How to start work on program, first stepe (ezy explanation)?

Good day everyone,
My problem is Homework, I been lazy, so now I starting to work, but I have no idea, So, if anyone can explain or even write me couple first steps of this program,
And if I can find somewhere solution, that be the best or if somebody think that is ezy, can you write me, please.
Thank you
Payroll.java
In this program you are required to:
-input your name
-input the number of hours worked for each day from monday to Sunday
-total the number of hours worked for the whole week
-input the payrate per hour (Assume constant throughout the week)
-calculate the overtime hours and over time pay. Any hours in excess of 40 is considered overtime hours. The overtime payrate is 1.5 times the normal payrate
-output your name, total hours worked, payrate, overtime hours, overtime pay and gross pay

Start yourself and ask specific questions where you are stuck and what the problem is. You Will not learn anything, if you copy and paste a solution a member provides here. If you show that you've tried and thought about it, you 'll get help here.

Similar Messages

  • How to start working with iReport?

    Hi All,
    I'm just decide to use iReport for create report on Web but I don't know
    How to start working with iReport , What program I should to install , How
    to config any system files and set property .
    Please advice me for work with IReport.
    Thank you

    Hi,
    best hint to give is to start interviewing the product owner
    http://ireport.sourceforge.net/cap3.html
    Note that this is an open source project. Once you know which libraries you need, create a project in JDeveloper and double click on the project node. There is a Library node that allows you to import libraries to be used in your code.
    Under Tools --> Manage Libraries you can configure JSP tag libraries if required
    Frank

  • How to start working with a Development Component

    Hi Guys,
    Till now I was working with the local development of WD. I was the only one working so I created a local project and use to deploy to the J2EE Engine.
    Now we have got the full NWDI (Netweaver Dev Infrastructure).
    I want to know exactly how to start working and creating Projects now that the work is not local. I may need to use 1 DC inside another.
    A Development Component is to be created in the CMS and Checked into DTR. From the DTR I check in into my workspace. This is all i know
    Can someone tell me exact steps of how to start the work.
    Thanks for your support

    Hello,
    I believe you have already setup NWDI correctly and its running fine.
    So here is link of a step by step guide.
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/2656405aff1e24e10000000a1550b0/content.htm
    If you want to migrate your existing WD Projects to DC Projects, here is a link for "how to" do the same.
    http://help.sap.com/saphelp_nw04/helpdata/en/9e/1c200ac164cf4a942f2dacdf3359e9/frameset.htm
    If you want to create an external utility library containing some jar files which you want to use in your DC, follow this excellent blog by Valery.
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    Hope this is good enough for you to start with.
    Regards,
    Shubham

  • How to start working in ABAP

    Hi,
    I have a friend who is a Singapore PR.
    She worked in non-SAP in IT for the past 10 yrs.
    Recently she learned ABAP(not certified).
    She dont have the experience working in a company.
    she has ABAP knowledge and can do the job.
    How can she break into the market? Will anyone share your experience how you started working in ABAP without the experience.
    Thank you so much for your reply.

    I too beleive that if you are having about 10 years of experience as an IT guy , then definately one would have developed that understanding of the function as well .
    In ABAP what i have experienced is that if you are having that business clarity or fucntion knowledge the you would think in a more effective way as compared to a newbie . As you would be aware what the problems coule be and what new would cropp in over a period of time .
    As a fresher yes you can start in ABAP but it would make your friend diffrent from the masses based on his 10 years of experience .
    Good luck .....

  • How to start an executable program from a java program ?

    Hi,
    does someone know how to start an executable program from a JAVA program ?
    Thanks, Fred.

    Take a look at the Runtime class.
    -S-

  • How to start a RMI program

    I have write RMI program the problem it's that I don't now how to start it
    This is my Interface
    import java.rmi.*;
    import java.rmi.Remote;
    public interface DataInterface extends Remote {
    public String testRemote() throws RemoteException ;
    This is my server
    import java.rmi.*;
    import java.rmi.server.*;
    import java.rmi.registry.*;
    public class DataServer extends UnicastRemoteObject implements DataInterface {
    DataServer() throws RemoteException{
    super();
    public String testRemote() throws RemoteException{
    return "Merge obiectul remote";
    public static void main(String[] args) {
    System.setSecurityManager(new RMISecurityManager());
    try{
    //LocateRegistry.createRegistry(1099);
    DataServer testServer = new DataServer();
    Naming.rebind("//localhost/SERVER", testServer);
    }catch(Exception e){
    e.printStackTrace();
    This is my client
    import java.rmi.*;
    import java.rmi.registry.*;
    import java.rmi.server.*;
    public class DataClient {
    public static void main(String[] args) {
    System.setSecurityManager(new RMISecurityManager());
    try{
    Remote remoteServer = Naming.lookup("//localhost/SERVER");
    DataServer server = (DataServer)remoteServer;
    System.out.println(server.testRemote());
    } catch(Exception e){
    e.printStackTrace();
    And this is my policy file
    grant {
    permission java.net.SocketPermission "*:1024-65535",
    "connect,accept";
    permission java.net.SocketPermission "*:80", "connect";
    All this files are in c:\temp and this directory is in my PATH variable. I've compilated the interface, server, client with
    javac -classpath file.java
    After that I generate with rmic the stub skel file in c:\temp. In this point I have all the files that I need. If is somebody kind to tell me from now what do I have to do to make this program work :)). Thanks for any help.

    so..u have everything ready..
    open cmd prompt and say 'start rmiregistry' - >this opens a new cmd prompt for rmi registry.let it run
    now first run ur server by saying 'java DataServer' // include options as u like. this should be running without terminating.
    now open new cmd prompt for ur client and say 'java DataClient '.
    thats all.
    if you want to run the client from a different machine, then try copying the client file into another m/c after changing the code from 'localhost' to the ip address of the server m/c. then just say 'java DataClient '
    hope this works fine!

  • How to start working with BPEL[SOLVED]-but someone still can help me :)

    Hello Everyone,
    I'm Fizzz, I'm totally new to BPEL. I don't know where to start and how to start.
    Right now I'm Working with JDeveloper 11g R1. I didn't go further yet but Now i have to create some BPEL Process that can be integrated to my Web Application. There are some transaction to be Approved or Canceled from BPEL and if Transaction is Approved then i need to Update that Transaction to Peoplesoft's Database. I have 1 week to learn it. and then i need to start my work.
    But i really don't know where to start? What do i need? And how to proceed?
    Can Anybody suggest me the steps that i can follow to get Start with BPEL and done with Peoplesoft connectivity?
    I would really appreciate your help.
    Thanks,
    Fizzz...
    Edited by: Fizzz on Nov 24, 2009 5:14 PM

    Thanks user11082822 and Vivek..
    Your Oracle Doc links are really very helpful. i would definitely go through these docs to get familiar with BPEL, But i have only one week to understand this part of technology.
    So would request for any Live Example or How to's for Sample BPEL app creation and integration part of that. I would definitely read these document but i need some fast overview on these processes practically.
    Can you please suggest me such things.
    Thank you very much to both of you for your very quick and very helpful effort. :)
    Fizzz...

  • How to start working with fresh hyperion essbase 11.1.2.2

    Hi Experts,
    I have installed and configured hyperion 11.1.2.2 with below component
    1.Essbase
    2.HFM
    3.HFR
    4.Weblogic
    5.Oracle HTTP Server
    Now I want to start working with hyperion Essbase but not getting a proper way to start from where, its totally different from 11.1.3 which I used previously,
    So please help me which services to start with sequence and how to login into Essbsae console/studio to create new database with steps
    Thanks in advance

    If you want to use the standalone clients then you will need to install them separately, all the clients are available in the clients package which can be downloaded.
    It is also possible to use the EAS web console but the port you connect will depend on how you have configured the system, for example
    EAS deployed to own managed server - http://<servername>:10080/easconsole/console.html
    EAS deployed to one managed server - http://<servername>:9000/easconsole/console.html
    or you can use the http server port 19000, 9000 depending on the http server deployed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to start a simple program?? help

    i dunno how to start... i wanted to make a stackmat timer to my mobile phone (sony ericsson K750i),, and i don't have any idea how to do it.. can someone help me with this? thanks

    dijae wrote:
    i dunno how to start... i wanted to make a stackmat timer to my mobile phone (sony ericsson K750i),, and i don't have any idea how to do it.. can someone help me with this? thanksWhat do you mean with "I dunno how to start"?
    How much do you know and what do you want help with more specifically?
    Do you need help from the verry begining of using Java(e.g. a first hello world program) or help using JavaME for the first time? etc.

  • How to start with Card programming !

    Hello,
    I want to learn card programming. For this i want to know few things.
    1) Where can i find an IDE to write program ?
    2) Do we get any simulator in it ?
    3) How to compile and run the card program.
    Right now i can not buy a reader or card. Just want to develop in simulator. How to start ?
    Please, help me. I do not know anything about it.
    Thanks,
    Abhijit Chandekar

    I want to learn card programming.http://developers.sun.com/techtopics/mobility/javacard/articles/
    Read "An Introduction to Java Card Technology" Part 1 to 3 for starting with java cards.
    1) Where can i find an IDE to write program ?The JCOP tools plugin for Eclipse is the cheapest IDE i know.
    http://www.zurich.ibm.com/jcop/products/tools.html
    2) Do we get any simulator in it ?Use CREF from the Java card development Kit or the JCOP emulator from the JCOP tools.
    3) How to compile and run the card program.See the Java Card Development Kit User&#8217;s Guide that comes with the Java Card JDK.
    @the other forum member:
    May be we should start creating a forum-FAQ which will be posted once a week. That would make it easier to help all the "newbies"...
    Someone interested?
    Jan

  • How to start work flow agent listener and work flow background engines R12

    Hi,
    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine.
    Please send me link if any documents are there .
    Best Regards,
    Anil

    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine. How to start the Workflow Deferred Agent Listener andWorkflow Java Deferred Agent Listener? [ID 548918.1]
    Please send me link if any documents are there . Please search the forum before posting similar questions.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Agent+Listener&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Background+process&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to start a java program on another machine from one on my machine.

    During the next few weeks, I will be designing a grid computing system for a research project I am working on. The grid will be written entirely in java using java 2 SE. The question I have is, is there a way for the main program to remotely start the other programs on the other machines? I am very familiar with most networking concepts, but java is not my primary language so I was having trouble tracking down this feature if java even has it. Any suggestions you have would be greatly appreciated.
    thanks

    The administrators of each machine have agreed to install my java programs so that I may run my software. Worst case scenario I can have them manually start my program on each machine. The grid is to be the backbone of a very large simulation software to simulate around 18 million ISO shipping containers and the boats and ports they are on. The simulation will be used to test several security system designs. Because of the large scale of the problem, the solution has been decided to be a distributed system so that we can spread the load over a large number of systems. I understand the whole start a service on the other machines concept. I am looking for a way to start an already installed java program with as little human intervention as possible. The service idea will work. What I was looking for more specifically was a way to start the java virtual machine and run my code without having to leave a program running on their machine because like i said earlier they are personal machines. anyways if it is not do able I understand. Like I said, java is a second language and I don't yet know its limits or restraints.

  • How to start a java program as a start-up service in Linux?

    i sucessfully started a java program by adding a script to /etc/init.d,
    but in the script, i have to type the full path of the java laucher, the environment variables are not loaded on startup, what should be done to avoid the full path in the script? Any one has a similiar experience or got a solution to share?

    I'm replying to myself .... ;-) ahah
    All we need for this purpose is JavaService, at link
    http://www.alexandriasc.com/software/JavaService/index.html

  • How to start working with query designer?

    Hi,
    I am new to SAP BI. Could you please help me in guiding to start working  Query Designer?
    Thanks in Advance.

    hi,
    hv a look on this e-learning:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d002a24a-785c-2a10-4fa6-cc15ef25502a
    https://www.sdn.sap.com/irj/scn/bi-elearning?rid=/webcontent/uuid/50110617-6ede-2a10-f889-d276bd351509&startindex=21 [original link is broken]
    and also
    http://www.sap-hefte.de/download/dateien/1090/086_leseprobe.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4096b8fc-6be7-2a10-618e-b02a5e5e798f
    http://help.sap.com/saphelp_nw04s/helpdata/en/9d/76563cc368b60fe10000000a114084/frameset.htm
    hope this help.
    Regards,
    Archana

  • HOw to start the project for first view in webdynpro application

    Hi,I am having  a problem regarding scenario for customer feedback for portal end user i.e..wen user login to a application for feedback there it check the Id of the user wether it had given the feedback or not by comparing the Id with the database Idu2019s from SQLserver.If the feedback is thr of that Id then a view shud say u hav already given feedback otherwise feedback form shud open ,the user will giv feedback and closes by thanking with other view.My problem is how to openthe  view were it will compare the userlogin Id with the database Id to move further.How shud I handle this scenario for first view.I am creating this application in webdynpro.In this project how shud I manage the viewsu2026

    Hanif,
    you can create a webdynpro application and create an iview and set the height and width to 0 .inside that webdynpro application open a popup that provides the feedback form .and you invoke this popup window in the WDDOINIT() or WDDOMODIFYVIEW() of the webdynpro main view.
    apart from this you need to get the logged user id in main view and get the output from database whether you want to open the feedback form
    check this forum on developing webdynpro application
    Web Dynpro Java
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Acrobat DC - Adobe Sign-In Prompt

    If I install just Adobe Acrobat Pro DC using the Creative Cloud Packager, I've noticed that I receive an "Adobe Sign In" prompt every time I open Acrobat DC.  I can close this prompt and use the application without issue, but it's rather annoying.  I

  • Image from database loaded at run time.

    Post Author: Adam20002 CA Forum: .NET I am using Crystal Reports 11. I have a report with an image in it that i want to change dynamically from my ASP.Net page. I am doing this at the moment by passing an image path in as a parameter and setting the

  • Querying the output of a batch/scheduled report

    We haven't move to Discoverer Viewer as of now. One of the questions I have to those who have already implemented it is, can you schedule a batch report in the viewer and then users are able to query the RESULT of it without querying back the databas

  • Why is iPhoto suddenly deleting my sets from Flickr??

    I am trying to upload a few photos to my Flickr account (Pro) and when I do it first said unable to connect. Now iPhoto connects, but it says "deleting set blank from your Flickr account" Why is this happening?

  • Adding Frames to a Java Class

    Hey! I have a class and was wondering how(if possible) is it to add a frame to the progeam...So that I can exectue the app not from fronsole but as a window(frame?) Do I need to Create another class, or modify the original Tester Class? Is it possibl