0
Can any one tell me about how to complete the project in java?
12 Answers
+ 4
Ah yes, THE project. Who doesn't know about it?
+ 3
Mounika K Ok yes but we gotta see the request and your code. You can share here the link.
+ 2
How to complete project?
1st Step :- Learn java syntax, loops, statements, if else conditions.
2nd Step :- do lots of practice
3rd Step :- solve small problems
4th Step:- complete 1st to 3rd step as much as you can
5th Step :- Now try to solve project.
+ 1
No.
Not until you tell us what project.
And show your attempt.
+ 1
There are 5 test in project about time converter . 1st test Is exected without errors but I am unable to solve next test ?
+ 1
import java.util.Scanner;
public class Program {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int days = scanner.nextInt();
int sum1=2*24;
int sum2= 2*24*60;
int sum3 = 2*24*60*60;
System.out.println(sum3);
}
0
How to unlock the next test in project?
0
Ok thank you
0
I had a doubt regarding python project of house prices
0
Can anyone clear my doubt plz