-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit Pattern1 #1
Comments
package pattern; /**
|
/*
/** |
/*
/**
} |
/*
/** |
/*
import com.sun.java_cup.internal.runtime.Scanner; /**
|
/*
/**
} |
Code : /** |
Code: package starprintng; /**
} |
*/ /**
|
/*
/** |
/*
/**
|
/*
/** |
/*
/** |
/*
/* @author dell
|
package javaapplication44; /**
} |
/*
/** |
/*
/** |
Way to submit your
Code
andOutput
:Code:
package pattern1;
/**
*
@author ErSKS
*/
public class Pattern1 {
/**
/
public static void main(String[] args) {
for (int i = 0; i < 5; i++) {
for (int j = 0; j < 5; j++) {
System.out.print("");
}
System.out.println("");
}
}
}
Output
The text was updated successfully, but these errors were encountered: