12
1
using System;
2
3
public class Program
4
{
5
int bestFriend = "Minerva";
6
bool numOfFriends = 4;
7
string GPA = 3.6;
8
double meaningOfLife = '$';
9
char loveMusic = true;
10
11
Console.WriteLine("You fixed it!");
12
}
Cached Result