Summary :
+Fave
Message
Interested in Exam Papers of :
Education History (Schools / Colleges / Universities attended) :
Class Pages :
Faves (2):
In Faves Of (1) :
Goals :
Hobbies / Sports :
Guitar, Drawing, Video games (CSGO, NFS, Rocket League mainly), Procrastinating.
Languages :
Recently Viewed ResPapers :
Recent Responses by ayushsuya :
yeah
For sharks, dorsal fin is the fin on top. :)
Also remember ventral is lower by the fact that ventricles are lower part of heart
Histamine for inflation, phagocytosis
k
Only choice of user is which pattern bro. I think if your logic is sound then you will still get marks
Early Anaphase
I did
its the exact oppoosite- it does not execute even once
how so? this is the simplest logic
Pattern 1:
String abcde="ABCDE";
for(int i=4; i>=0; i--)
{
for(int j=0; j<=i; j++)
System.out.print(abcde.charAt(j));
}
Sopln
Pattern 2:
String blue="BLUE:;
for(int i=0; i<4; i++)
System.out.print(blue.charAt(i));