Computer Science for IGCSE & O level - Programming (Section 5 - No. 21)

What is the result of the code: `Console.WriteLine("Enter a value")`?
The program displays "Enter a value" on the console.
The program takes the value entered by the user.
The program calculates the value
The program does nothing

Explanation

Console.WriteLine() is a method to display text on the console.

Comments (0)

Advertisement