We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b5be8 + 6044abd commit 25e77b1Copy full SHA for 25e77b1
maths.java
@@ -22,7 +22,7 @@ public static void main(String args[]) throws InputMismatchException
22
23
for(int s=0;s<3;s++)
24
{
25
- System.out.println("Enter the highest power of variable in equation.");
+ System.out.println("Enter the highest power of the variable in equation.");
26
t=sc.nextInt();
27
t+=1;
28
a=new float [t];
0 commit comments