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
started
start now
Still can join
Join fast
guys do join
complete fast
2 min left
public class Pattern

{

public static void main(String args[])

{

//logic to print the first half pattern

for(int i=1; i<=10; i++)

{

for(int j=1; j<=10-i+1; j++)

{

System.out.print("*");

}

//loop calculates space

for(int k=1; k<=2*i-2; k++)

{

System.out.print(" ");

}

for(int j=1; j<=10-i+1; j++)

{

System.out.print("*");

}

System.out.println();

}

for(int i=9; i>=1; i--)

{

for(int j=i; j<=10; j++)

{

System.out.print("*");

}

for(int k=1; k<=(2*i)-2; k++)

{

System.out.print(" ");

}

for(int j=i; j<=10; j++)

{

System.out.print("*");

}

System.out.println();
q1
9.40 Quiz will start
Accuracy :25%
//**" Special type programs"

public class Main {

public static void main(String[] args) {

int a = 1;

for(a++;a++<=2;a++){

for(a++;a++<=7;a++){

a++;

}

}

System.out.println(a);

}

}
another quiz on the way
Java Hyd Team
Photo
What we think with this we can crack coding interviews?? Or technical round
join now fast
join with ur name
Tomorrow we will have arrays