0

Can any one tell me about how to complete the project in java?

10th Aug 2022, 9:12 AM
Kongathi Mounika
Kongathi Mounika - avatar
10 odpowiedzi
+ 4
Ah yes, THE project. Who doesn't know about it?
10th Aug 2022, 9:48 AM
Bonsai
Bonsai - avatar
+ 3
Mounika K Ok yes but we gotta see the request and your code. You can share here the link.
10th Aug 2022, 9:54 AM
Bonsai
Bonsai - avatar
+ 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.
10th Aug 2022, 3:15 PM
A͢J
A͢J - avatar
+ 1
No. Not until you tell us what project. And show your attempt.
10th Aug 2022, 9:44 AM
Chris Coder
Chris Coder - avatar
+ 1
There are 5 test in project about time converter . 1st test Is exected without errors but I am unable to solve next test ?
10th Aug 2022, 9:52 AM
Kongathi Mounika
Kongathi Mounika - avatar
+ 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); }
10th Aug 2022, 9:57 AM
Kongathi Mounika
Kongathi Mounika - avatar
0
How to unlock the next test in project?
10th Aug 2022, 11:04 AM
Kongathi Mounika
Kongathi Mounika - avatar
0
Ok thank you
10th Aug 2022, 11:20 AM
Kongathi Mounika
Kongathi Mounika - avatar
0
I had a doubt regarding python project of house prices
14th Aug 2022, 2:13 PM
Kongathi Mounika
Kongathi Mounika - avatar
0
Can anyone clear my doubt plz
14th Aug 2022, 2:14 PM
Kongathi Mounika
Kongathi Mounika - avatar