0
Need help!
It shows I have somthing wrong but can find it if somone can help me? https://code.sololearn.com/ct3VJmP8aGz6/?ref=app
10 Respostas
+ 5
There is no main method.
https://www.sololearn.com/learn/Java/2137/
+ 4
I'm not sure as what to do with that code. Do you mind explaining what you want your input and output to be?
Also do you already know Java?
+ 2
Rellfy MFS I would suggest you to start learning Java because that piece of code has some errors and the basic syntax is missing. I might write the code and give to you but that would be of not much use.
0
How can I fix that?
0
I dont know much java so I'm a beginner Im trying to create a project to show me the name of the person his wage and to rise his wage with a specific percentage.
0
You have multiples errors. The class have an abstrac method, if a method is abstrac, too class. The method that return string have to be writed “String”. The local variable have been not created. And much others errors....
0
Avinesh Can you write it and send to me I want an example to try and to practise pls?
0
Start the Java course.
There are different concepts involved like taking user input and classes and objects which you will not understand. For a basic program learn this first.
https://www.sololearn.com/learn/Java/2220/
0
I think you made mistakes on purpose because your code doesn't contain any correct syntax, so try another trick, Good Luck :)
0
Rellfy MFS your all code is wrong
Lets check it
https://code.sololearn.com/c8D312xsG4FC/?ref=app