Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 456 Bytes

Task-7.md

File metadata and controls

22 lines (12 loc) · 456 Bytes

Practical One, Task Seven

Modified Hello World Program

This is a modified version of the Hello World Program:

Console.WriteLine ("Hello World!);

Console.WriteIine ("Hello World!");

Console,WriteLine ("Hello World!");

console.writeline ("Hello World!");

Console.WriteLine ("Hello World!")
  • Each of the Console.WriteLine(); statements has an error. Fix the errors so the program runs successfully.
  • What were the errors?