Skip to content

Commit

Permalink
Merge pull request #3 from mossgreen/patch-2
Browse files Browse the repository at this point in the history
Update DegreesOfATriangle.java
  • Loading branch information
mafudge committed Apr 24, 2015
2 parents 757241b + 5eed3a7 commit 29357c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static void main(String[] args) {
Scanner input= new Scanner(System.in);
System.out.print("Enter degrees for angle 1 : ");
a1 = input.nextInt();
System.out.print("Enter degrees for angle 3 : ");
System.out.print("Enter degrees for angle 2 : ");
a2 = input.nextInt();
System.out.print("Enter degrees for angle 3 : ");
a3 = input.nextInt();
Expand Down

0 comments on commit 29357c4

Please sign in to comment.