Page 1 of 1

Identify the syntax errors in the following snippet of code. (2 marks) public class Hello { public sattic void main(Stri

Posted: Fri Apr 29, 2022 8:00 am
by answerhappygod
Identify The Syntax Errors In The Following Snippet Of Code 2 Marks Public Class Hello Public Sattic Void Main Stri 1
Identify The Syntax Errors In The Following Snippet Of Code 2 Marks Public Class Hello Public Sattic Void Main Stri 1 (15.86 KiB) Viewed 26 times
JAVA
Identify the syntax errors in the following snippet of code. (2 marks) public class Hello { public sattic void main(String[] args) { Sytem.out.printl ("Hello Wrld!") } }