Skip to content

Commit

Permalink
i changed something :) :) :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecimovic committed Jan 7, 2024
1 parent ac9425a commit f523a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void main(String[] args) {
int a;
System.out.println("QWERTYUIOPASDFGHJKLZXCVBNM");
System.out.println("WELCOME TO CVHEJRLAND");
for (a=0;a<360;a++) {
for (a=0;a<361;a+=10) {
System.out.println("sine of "+a+" is "+Math.sin (degreeToRad(a))+", and the cosine is "+Math.cos (degreeToRad(a))+".");
}
}
Expand Down

0 comments on commit f523a4a

Please sign in to comment.