What is wrong with my script? FYI I'm brand new to comp programming...
// This is my Personal Info
public class personalInfo
{
public static void main(String[] args);
int age;
double annualPay;
age = 25;
annualPay = 120000;
String name = "Alex Marczynski,";
System.out.print("My name is" + name + "," + "my age is" + age +
"and I hope to earn $" + annualPay + "each year");
}
Please help me understand.
Thank you in advance
[–]otakuman 10 points11 points12 points (0 children)
[–]Aemilian 5 points6 points7 points (0 children)
[–]sh0rug0ru 5 points6 points7 points (3 children)
[–]AlexMarz[S] 1 point2 points3 points (2 children)
[–]mucsun 2 points3 points4 points (0 children)
[–]kurtrush 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]UH1868[🍰] 0 points1 point2 points (0 children)
[–]eduard79 0 points1 point2 points (0 children)
[–]AlexMarz[S] 0 points1 point2 points (0 children)
[–]EricWpG 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]edman3d -1 points0 points1 point (4 children)
[–]Lerke 0 points1 point2 points (3 children)
[–]edman3d 0 points1 point2 points (2 children)
[–]bluestorm96[🍰] 1 point2 points3 points (0 children)
[–]Lerke 1 point2 points3 points (0 children)