0
Warning!!for my project please help me 》》 write a method the determines if a given rectangle of side a and b is in fact a square
isRectangle (5,2)=false isRectangle(3,3)=true
3 odpowiedzi
+ 2
Ask directly for someone to code your whole project ^^
Oo I see my mistake: I've interpreted "homework" as "personnal work", not as "school exercices" by the fault of my low level in current english: you're afraid of nothing anyway!
0
public static void isSquare(int a,int b)
{
if(a==b)
System.out.println("true");
else
System.out.println("false");
}
- 2
Türkçe yaz yardım edeyim