Help im real stuck! Im writing an assignment with 3 forms and want to access int rawScore and decimal averageScore from a seperate Form.
What do i type in the other form to call them?
Thanks.
public partial class NightClubForm : Form
{
int rawScore;
decimal averageScore;
public NightClubForm()
{
InitializeComponent();