0
C# Program to input user
°Should not use the static void as Microsoft one °(should write like this) class Program { static void Main(string[] args) { Program p = new Program(); p. Go(); Console.ReadKey(); °°°You have to write a similar program where you will tell me: Which country you flied from (input) ⹠How many bags you had with you (Input) What was the total weight of your luggage (Input) The final output must look like: "I flew from 'xxx' having 'yyy' bags with average weight of 'zzz""
2 Answers
0
Please, firstly show your attempt. After that ask what your problem is clearly. Thanks for understanding.
Happy coding!
0
I showed you the coding!!!!