Hallo,
Wie wil mij even helpen met het maken van het volgende:
Using Microsoft Visual Studio C# Express edition, create a console application and declare age and name variables of three people. Perform the following operations on them:
Using a ternary operator, print who is older between two people.
Using comparison and logical operators, evaluate and print who is the oldest and the youngest in the group of three.
Alvast bedankt!
Wie wil mij even helpen met het maken van het volgende:
Using Microsoft Visual Studio C# Express edition, create a console application and declare age and name variables of three people. Perform the following operations on them:
Using a ternary operator, print who is older between two people.
Using comparison and logical operators, evaluate and print who is the oldest and the youngest in the group of three.
Alvast bedankt!