Tutorial I - Slot C
Tutorial I - Slot C
1. Create any text file. Check that entered character is in uppercase or lowercase character. If
entered is uppercase then convert it into lower case or vice versa. Copied the converted text
into different file.
Distance Fuel
<=1000 500
more than 1000 and <=2000 1100
more than 2000 2200
Public Members
A function FEEDINFO() to allow user to enter values for Flight Number, Destination, Distance
& call function CALFUEL() to calculate the quantity of Fuel
A function SHOWINFO() to allow user to view the content of all the data members