[Solved] What to do with my error? [closed]


You have to initialized the variable before to use them.

decimal days = 0.0;
decimal registrationFee = 0.0;
decimal lodgingFee =0.0;
decimal total = 0.0;
decimal lodgingCal= 0.0;

2

solved What to do with my error? [closed]