Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want a format like
1.kilometers to meters.
2.liters to milliliters.
3.kilograms to grams.
4.exit.
Select your option:
If user select any one from the above then the operation should be done in c#.net

What I have tried:

I didn't try yet, I dnt knw how to write in c#.net
Posted
Updated 27-Sep-22 6:55am
Comments
Richard MacCutchan 27-Sep-22 13:02pm    
Ask your teacher.
[no name] 27-Sep-22 13:37pm    
Multiply by 1000.

https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2022

1 solution

Quote:
I didn't try yet, I dnt knw how to write in c#.net
I wonder if there are freely available examples on the web... C# Console Application Examples (50+ C# Examples) – Programming, Pseudocode Example, C# Programming Example[^].
 
Share this answer
 
Comments
Fathima Jezeera 25-Jun-23 9:28am    
2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900