2.8 Oefeningen: Euro naar dollar
Sign in to test your solution.
using System;
namespace Oefening_2_euro_naar_dollar
{
public class Program
{
public static void Main(string[] args)
{
//aanmaken van variabelen
//bedrag opvragen
//omrekenen van bedrag
//afdrukken van het resultaat
}
}
}
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.