reading in two strings from a text file c 2b 2b

Solutions on MaxInterview for reading in two strings from a text file c 2b 2b by the best coders in the world

showing results for - "reading in two strings from a text file c 2b 2b"
Valentin
28 Apr 2016
1Plain Egg
21.45
3
4Bacon and Egg
52.45
6
7Muffin
80.99
9
10French Toast
111.99
12
13Fruit Basket
142.49
15
16Cereal
170.69
18
19Lemon Tea
200.75
21
22Cheeseburger
232.25
24
25menu[0].MenuItem  = Plain Egg
26menu[0].MenuPrice = 1.45
27
28menu[1].MenuItem  = Bacon and Egg
29menu[1].MenuPrice = 2.45
30
31menu[2].MenuItem  = Muffin
32menu[2].MenuPrice = 0.99
33
34menu[3].MenuItem  = French Toast
35menu[3].MenuPrice = 1.99
36
37menu[4].MenuItem  = Fruit Basket
38menu[4].MenuPrice = 2.49
39
40menu[5].MenuItem  = Cereal
41menu[5].MenuPrice = 0.69
42
43menu[6].MenuItem  = Lemon Tea
44menu[6].MenuPrice = 0.75
45
46menu[7].MenuItem  = Cheeseburger
47menu[7].MenuPrice = 2.25
48
similar questions