+ 2
I have error in my program so plz anyone can help me to find it???
3 Respostas
+ 5
String is with uppercase S (in main declaration)
+ 1
your code
class pattern
{
public static void main(string args[])
{
correct code is below
class pattern
{
public static void main(String args[])
{
write s of String in uppercase, of main method
+ 1
thank you friends 🙏🙏🙏