C# Program to input user | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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""

15th Sep 2021, 2:10 PM
Sri
Sri - avatar
2 Answers
0
Please, firstly show your attempt. After that ask what your problem is clearly. Thanks for understanding. Happy coding!
18th Sep 2021, 7:40 PM
mesarthim
mesarthim - avatar
0
I showed you the coding!!!!
21st Sep 2021, 4:55 PM
Sri
Sri - avatar