Help me whit this please

i given authorisation to 3 pcs, but you only can install apps to ipod on the first authorized pc.
well, the only pc i could pass apps broken, and now i cant pass apps anymore.
how can i let one of the other 2 pcs to pass apps? in the possible whitout restoring.

The code you wrote only computes one week's salary. You need to wrap that inside loops that collect names, rates and hours. Here's some pseudocode to get you started:
get name
while name NOT ""
    get rate
    for i = 1 to 4
        get hours worked
        compute pay // this is the part you've coded
    next i
    get name
end while

Similar Messages

  • HT3775 why can't i play .wmv file in quicktime even after i download codec from windows? can anyone help me wit this please!!!!!

    why can't i play .wmv file in quicktime even after i download codec from windows? can anyone help me wit this please!!!!!

    Have you done the obvious things to try to fix it: quit Quicktime then start it back up again, log out then back in, reboot.
    Edit: Just read one of your later posts. If VLC won't play it, this is unrelated to Quicktime and Flip4Mac. Are you sure these wmv files are okay?

  • TS3276 I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    http://support.apple.com/kb/HT5922
    If you want to mirror your desktop, see:
    http://support.apple.com/kb/HT5404
    Regards.

  • I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    I have a brand new MacBookProo and I can not open PDF files from my desktop. Can anyone help me with this please?

    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273

  • Just for my own privacy i would like to set up a password or pin number on my messgae app is there anything out there that will help me do this please comment if there is a possible solution out there

    Just for my own privacy i would like to set up a password or pin number on my messgae app is there anything out there that will help me do this please comment if there is a possible solution out there. I know alot may say what you have to hide but ive got nothing to hide i just want one on there so my privacy is not broken by friends and family if they fancy playing on my phone and having a snoop round my phone.

    If you visit these forums often, you will read about the 2 year old child who accidentally wiped out the parents phone, the kid who set a passcode and didn't remember what it was, etc etc etc
    Passcode your device.   Protect your device.   It really isn't a toy.    The toy is the iPod touch.

  • Help me on this please .

    help me on this please .
    how can i put itunes on my Blackberry 8520 please teach me the steps

    Hi and Welcome to the Community!
    I don't believe the iTunes app is available for BBs, but you'd have to ask Apple that question, I would think. Or do I misunderstand your query?
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    When I play games in Mozilla on fb..some setting changed and now the pop up window that appears to send gifts to my friends only lists 3 ppl at a time some games i have a scroll down button others i dont..can u help m fix this please?

    Hi Winnie
    Unfortunately I have been sick and did not read the message before. I apologize.
    I have not received help beyond what is on the page. But when I get I tell you.
    I hope you can get answers. If you receive, I ask that you share with me.
    thank you very much
    best regards
    AC
    Date: Mon, 27 Feb 2012 09:33:10 -0700
    From: [email protected]
    To: [email protected]
    Subject: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        Re: Pop up Window before saving remembering the need (forcing) to fill required fields in a form
        created by Win_Form in Forms - View the full discussion
    Hi ACI wonder if you can share any responses on to your question above?I too have never used a script but, I have the same problems as you in regards to building a form. And wants to have the same 'protection' and message reminders for the end users. Any information, including a script and/or a contact email of experts you can share with me will help tremendously. Thank you so much in advance. Winnie
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4232307#4232307
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4232307#4232307. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Forms by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Please help me whit this java code

    Hi!
    I have a litle problem whit this question:
    I try to write a program about Salary. The user writes(puts in from keyboard)
    the workers name, hourePayment and hour(how many hours He has worked).
    The program must compute first week ,second week....fourth week
    The user writes just one time name and hourPayment,
    but he must write hours(total hours he has worked)
    for every week(may be ha has worked 30 hours first week and 40 hours second week.....).
    when the user puts in zero the program stops(while(hour!=0)).
    I wrote the program but I have problem whit
    Test class when the program computes first ,second and...weeks, and if the user don not put in zero the program must compute another persons salary
    we should give new name new houre payement....
    how do I use the same information for second person and computes his salary.
    class Salary{
    private String name;
    private double hourPayment;
    public Salary (String name, double hourPayment, ..){
    this.name= name;
    this.hourPayment=hourPayment;
    public String getNamn(){
    return name;}
    public double getHourPayment(){
    return hourPayment;
    public double compute(int time){
    if(time<=40){
    normalSalary =(hourPayment*time);}
    else if(time>40){
    ....=(((40*hourPayment)+(time-40)*(3/2)*hourPayment));
    else if(timmar>70){
    System.out.println("WARRNING:"+" "+"You have worked more than 30

    The code you wrote only computes one week's salary. You need to wrap that inside loops that collect names, rates and hours. Here's some pseudocode to get you started:
    get name
    while name NOT ""
        get rate
        for i = 1 to 4
            get hours worked
            compute pay // this is the part you've coded
        next i
        get name
    end while

  • Suddenly my music videos won't play on my iPad. I just get the audio? Can anyone help me with this please?

    SUddenly my music videos won't play on my ipad1. I just get the audio. Can anyone help with this please?

    Look in the Videos App and play them in there.

  • Can anyone help me round this please.  I have accidentally locked my ipad and despite having pass codes, and apple id's etc, it will not let me into any screen.  It just opens up to "slide to open" and then does nothing.  Help!

    I have locked my ipad, don't know exactly how, but it was NOT from a wrong passcode.  I think I accidentally touched the lock button in the little rollup screen at the bottom of the ipad.  The ipad will not syn with the PC, I cannot get past the on button. It will not let me enter my passcode, nothing. Does anyone know how I can fix this please?

    thank you so much.  I have been fretting for hours and in one very quick response you have fixed it for me.  Eternally grateful.

  • Any help/solution for this please??

    You'll need to subscribe to watch this channel.
    I see it looks like a lot of people may be having this issue, i now cannot view any of the BT Sports channels beit in HD or normal.
    Black screen telling me i have to subscribe.
    Went on live chat 87 in the queue, by the time i got down to number 1 (30plus minutes) it said there was no available advisors.
    I was also on the phone the same length of time, only for it to go dead, this has happened 3 times whilst trying to phone BT.
    Any help please, thanks

    I can view it all via the apps and the online player, just not via my BT Vision box.

  • Mac mini and LG monitor: screen is stretched and resolution is awful. Can someone help me fix this please?

    I have a Mac mini (bought in 2013) and the LG 20EN33 screen. I tried filing with the monitor's settings as well as the ones in display but the screen is stretched and the font is quite big. I saw a thread about Switch Res X so downloaded the app, but have no idea where to start to use it to correct issue. can someone help me please?

    You monitor is
    1600 x 900
    and only have VGA input
    http://www.lg.com/africa_en/monitors/lg-20EN33/technical-specifications
    With Switch-X you want to change the resolution to match your monitor's resolution.
    You have an old monitor and it may be best to get a new one that support the the now standard 1080p (1920X1080) resolution.
    I have not ideal how Switch-X works since I use the free version of Display Menu fro the Mac App Store

  • Help me debug this please

    First, I'm a complete noob here and in AS3. i know AS2 and this is my  first project in AS3...
    here's my FLA:
    http://www.directoph.com/projectbetatest/3dbrochuretest/3D-Brochure3.fla
    here's the live demo:
    http://www.directoph.com/projectbetatest/3dbrochuretest/
    Movie Behavior:
    It's a digital version of brochure with three versions (US, Hawaii,  Canada), upon loading of the main movie, a script will load an image  that will be the reference for the magnification. click and dragging  over the brochure will magnify its contents. clicking "view back" will  3D rotate the brochure then load the back image, then script again to  magnify the back contents.
    all works well for the 3 versions.
    the problem occurs when, lets say, I'm in Hawaii version and I clicked  USA. Same with when in Canada version and I clicked USA or Hawaii, in  short, errors occurs when jumping into an 'earlier' frame, or in  backward behavior.
    clicking to Hawaii or Canada from USA - no error;
    clicking to Canada from Hawaii - no error;
    clicking to USA from Hawaii - error;
    clicking to USA from Canada - error;
    clicking to Hawaii from Canada - error;
    Error:
    TypeError: Error #1009: Cannot access a property or method of a  null object reference.
         at 3D_fla::MainTimeline/frame1()
         at flash.display::MovieClip/gotoAndPlay()
         at 3D_fla::MainTimeline/usa2()
    I hope I made it clear. Ignore  the "PDF" button by the way, I haven't coded it yet. If you find my code  as crappy as hell, feel free to laugh... :-)
    Any help would be greatly appreciated. Thanks!

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is not in the display list
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with different names assigned.
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Can anyone help me with this please?

    Modify the FileTokenTester program from the lecture to reverse the tokens in each input string line and output the reversed version to a file,
    apple banana orange strawberry?
    becomes
    strawberry orange banana apple?
    This is all l can do?
    class FileTokenTester
    public static void main (String args[] )
    String inline;
    StringTokenizer st;
    // file handling is enclosed in a try-catch block as methods called
    // may throw exceptions.
    try
    // set up a Reader on the input file
    FileInputStream fis = new FileInputStream("c:\\temp\\inputToken.txt");
    InputStreamReader isr = new InputStreamReader(fis);
    BufferedReader bf = new BufferedReader(isr);
    // set up a Writer on the output file
    FileOutputStream os = new FileOutputStream("c:\\temp\\output.txt");
    PrintWriter pw = new PrintWriter(os);
    // read the first line of input
    inline = bf.readLine();
    // loop until there is no more input
    while (inline != null)
              st = new StringTokenizer(inline );
              while (st.hasMoreTokens())
                   pw.println(st.nextToken());
              inline = bf.readLine();
         pw.close(); // have to close the output stream to flush the buffer
    // and commit the output.
    catch (Exception e)
         System.out.println("Caught Exception: " + e.getMessage()) ;
    }

    1) Please use code tags. Reinsert your original code, so that the tab spaces remain the same.
    2) homework isn't so popular in this forum.
    3) If you have any problems, reduce it to the relevant code and post the error message.
    4) what is your question, anyway?

  • HT1212 Help me with this please.

    I forgot my iPhone 4S passcode, and it says "connect to iTunes" I have connected to Itunes, and what comes up is "Itunes cannot connect to (name of phone) because you need to enter your passcode! Someone please help me, as it is really irritating.

    Try reading the whole article on which you've referenced.

Maybe you are looking for

  • How to compare varchar with number

    i am doing one report for that am passing receipt number(from , to) as parameters if i compare for that table i am getting output. select receipt_num from rcv_shipment_headers rsh where to_number(rsh.receipt_num) between nvl(:P_RECEIPT_FROM,rsh.recei

  • XSD showing many messages while mapping

    Hi experts Can anybody please tell me how to create a single message from one  xsd file(Imported in EXternal Definition) having multiple messages I get the dialog box as : Imported scheme has multiple global elements. Select the global element to be

  • How to start sql developer

    Hi, I installed the oracle 11 free version in my windows machine couple of days ago. I guess I have forgotten my SID. And now when I am trying to open a connection using sql developer, a dialog pops asking for connection, user, password etc. But I am

  • After Upgrade ALL Links Are Highlighted

    My system crashed, as it has many times at Ameritrade site, and in restoring my open windows, Firefox automatically updated, and now every link on any open web page is highlighted. I want to turn off the highlighting.

  • "Photoshop" Missing from Tools Menu

    CS5 let me use Photoshop's Image Processor from Bridge; has it been removed for CS6?