473,387 Members | 1,624 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How do you start a Java application that calculates weekly pay.

1
I am not sure of how to start a java application that does calculation, and also displays users input. Is there a standardize format? Or do I look into the library for this? I am a first timer in java progromming, and in the IT world. I need to see by examples of how this is accomplishes, it is hard to just read about it. I think a visual examples of how, and why certain steps are needed will help me understand how accomplish this assignment. Thanks!
Sep 24 '07 #1
3 1351
r035198x
13,262 8TB
I am not sure of how to start a java application that does calculation, and also displays users input. Is there a standardize format? Or do I look into the library for this? I am a first timer in java progromming, and in the IT world. I need to see by examples of how this is accomplishes, it is hard to just read about it. I think a visual examples of how, and why certain steps are needed will help me understand how accomplish this assignment. Thanks!
I suggest you stick to reading. Believe it or not it does work.
Sep 24 '07 #2
Nepomuk
3,112 Expert 2GB
I am not sure of how to start a java application that does calculation, and also displays users input. Is there a standardize format? Or do I look into the library for this? I am a first timer in java progromming, and in the IT world. I need to see by examples of how this is accomplishes, it is hard to just read about it. I think a visual examples of how, and why certain steps are needed will help me understand how accomplish this assignment. Thanks!
Keep your eyes open for the main method and the command line tool java! :-)

Greetings,
Nepomuk
Sep 24 '07 #3
JosAH
11,448 Expert 8TB
I am not sure of how to start a java application that does calculation, and also displays users input. Is there a standardize format? Or do I look into the library for this? I am a first timer in java progromming, and in the IT world. I need to see by examples of how this is accomplishes, it is hard to just read about it. I think a visual examples of how, and why certain steps are needed will help me understand how accomplish this assignment. Thanks!
If you're able to give a clear description of the program steps that need to be
taken, in English, no program stuff, you're more than halfway there. I'll give you
a jump start:

1) ask user for the required input data;
2) perform the calculations;
3) display the results.

Your turn now; fill in the details, i.e. what is the allowed user input data? What
are the calculations? Which results need to be displayed?

kind regards,

Jos
Sep 24 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: PaullyB | last post by:
Hi, I am attempting to convert the following code written in c to equivalent java code. This is the CRC32 algorithm used by a GPS received I am interfacing with. Unfortunately, the CRC32 class...
16
by: sandy | last post by:
Hi, Using Java script I am trying to create code where when you place in the start date it automatically calculates 6 months for the experations date. For example when I place 01/01/04 as the...
1
by: pchahar | last post by:
Can you write a java application that calculates the value of the following expressions a+=b/c%d++ and bx<<=8 The range of values for a=5, b=5, c=3, and d=2 bx values are -1,0,1,2,3,7,16
10
by: Sunway | last post by:
hello guys i have a bunsh of questions in java and algorithm most of them i didnt have a problem in them but two i had a diffculty in them could u help me in them please coz its urgent . the...
5
by: VamaVecheDan | last post by:
I can;t find anyware a java script that calculates logarithm and exponential!... It;s for my school project...I have 4 hours left to finish it... can anyone help me, please?!
0
by: Arun21084 | last post by:
Hi, Recently I installed an application HP SIP(Service Information Portal) on a Windows 2000 server.The application comes along with an installation of Tomcat 5.0.19. Already there was an Apache...
14
Dököll
by: Dököll | last post by:
Greetings and salutations! Hope it's a good week thus far... Got myself thinking and wanted to see what can be achieved with a certain bit of code: public double getPayment( ) { ...
4
by: NickiWood | last post by:
I am in a beginners Java programming class. So far I am doing ok in the class, although there are some things that I am sure will come in time. Right now we are doing an onging project that started...
2
by: NickiWood | last post by:
Here we go again... My next assignment is the following: Modify the Payroll Program so that it uses a class to store and retrieve the employee’s name, the hourly rate, and the number of hours...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.