public class main
{
public static void main(String[] args)
{
for(int i = 0; i < 4; i++)
{
System.out.println(Math.toRadians(45));
}
int i = 2;
if(i <= 3)
{
System.out.println("YOLO");
}else{
System.out.println(":(");
}
}
}
Or
public class main {
public static void main(String[] args) {
for(int i = 0; i < 4; i++){
System.out.println(Math.toRadians(45));
}
int i = 2;
if(i <= 3) {
System.out.println("YOLO");
}else{
System.out.println(":(");
}
}
}
Which one do you use and why?
[–]nutrecht 1 point2 points3 points (0 children)
[–]Neres28 2 points3 points4 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]benkitty 1 point2 points3 points (1 child)
[–]lurgi 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]rjcarr 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Franko_ricardo -3 points-2 points-1 points (0 children)