I tried java n-IDE and it says i have 2 errors. Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I tried java n-IDE and it says i have 2 errors. Please help

package Alarcon2AJava; public class Alarcon2A { public static void main(String[] args) { int MyFavoriteNumber = 5; System.out.println("MyFavoriteNumber :" +MyFavoriteNumber); char FirstLetterSurname = 'A'; System.out.println("FirstLetterSurname:" +FirstLetterSurname); boolean TheBooleanValue = true; System.out.println("TheBooleanValue:" +TheBooleanValue); double Pivalue = 3.1416; System.out.println ("Pivalue: "+Pivalue); } }

4th Oct 2022, 1:05 PM
Mark Angelo Alarcon
Mark Angelo Alarcon - avatar
1 Answer
0
What is error description?
4th Oct 2022, 1:14 PM
Jayakrishna 🇮🇳