Skip to content

Commit 25e77b1

Browse files
authored
Merge pull request #2 from Simran1604/Simran1604-patch-2
Update maths.java
2 parents a9b5be8 + 6044abd commit 25e77b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static void main(String args[]) throws InputMismatchException
2222

2323
for(int s=0;s<3;s++)
2424
{
25-
System.out.println("Enter the highest power of variable in equation.");
25+
System.out.println("Enter the highest power of the variable in equation.");
2626
t=sc.nextInt();
2727
t+=1;
2828
a=new float [t];

0 commit comments

Comments
 (0)