Write the C# code in the main function below to: (6marks)
Request from the user to enter his weekly salary in AUDConvert the salary to USD (1 AUD=0.7 USD)Display it on the screen
using System;
public class HelloWorld
{
public static void Main(string[] args)
{
//Write the code below
}
}
Write the C# code in the main function below to: (6 marks) Request from the user to enter his weekly salary in AUD Conv
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am