Java Hyd Team
746 subscribers
986 photos
39 videos
670 files
690 links
https://teamhydteam.my.canva.site/

Can visit us on our website 😊
Still working on it 😊
Download Telegram
join now
new game
join now
last one
Let's compete
1 min starting......
last quiz of the day
Will start in a minute
completing last game
starting guys
Started
Closed for today
thanks for joining.......
https://docs.google.com/document/d/16sI_c724dh6XAU9c1YygytP7etdFcYKlx5gS4r4YfUU/edit?usp=drivesdk


SQL NOTES UPDATED SOME QUESTIONS FOR NOW WILL UPDATE NOTES BY TODAY NIGHT
// DISPLAY OUTPUT OF THIS SNIPPET !

class Patterns {
public static void main(String[] args) {
System.out.println("pattern programs ");
for(int i=1 ; i<=7; i++){
for(int j = 1 ; j<=7; j++){
if(j==i+1j==i+2j==i+3j==i+4j==i+5j==i+6j==i+7){
System.out.print("*");
}else
System.out.print(" ");
}System.out.println();
}
}
}
Wherever it is blurry just click it will be visible