Skip to content

Commit

Permalink
Merge pull request #1 from Simran1604/Simran1604-patch-1
Browse files Browse the repository at this point in the history
Update maths.java
  • Loading branch information
Simran1604 authored Feb 8, 2021
2 parents e3d186b + fca0986 commit a9b5be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maths.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void main(String args[]) throws InputMismatchException

if(c==1)//checks if input id for algebraic
{
System.out.println("Enter the point about which it is to be found.");//point at which linear dependence is to be checked
System.out.println("Enter the point about which it's to be found.");//point at which linear dependence is to be checked
int x=sc.nextInt();

int sum=0,t=0;
Expand Down

0 comments on commit a9b5be8

Please sign in to comment.