20
1
//Lines 1-6 are required for C#.
2
using System;
3
public class Program
4
{
5
public static void Main()
6
{
7
//Statement 1: prints "what is your name"
8
Console.WriteLine("What is your name?");
9
10
// Statement 2: asks for user input
11
string name = Console.ReadLine();
12
13
/* TASK1: Print "What is the name of your school?"
14
using Console.WriteLine...look to Statement 1 above */
15
16
string school = Console.ReadLine();
17
18
}
19
}
20
Cached Result
Error [Failed to validate 'Program+EmployeeRec' object.
The Id field is required.
] found. Ignoring record...
Id: 2
Name: Carl
Id: 3
Name: Mark
The Id field is required.
] found. Ignoring record...
Id: 2
Name: Carl
Id: 3
Name: Mark