Advertisement
CR7CR7

3Gaming

Oct 12th, 2022
581
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.88 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class GamingStore {
  4.     public static void main(String[] args) {
  5.  
  6.         Scanner scan = new Scanner(System.in);
  7.  
  8.         String input = scan.nextLine();
  9.  
  10.         double balance = Double.parseDouble(input);
  11.         double totalmoney = balance;
  12.         double totalSpend = 0;
  13.         double price = 0;
  14.  
  15.       loop:  while (true) {
  16.  
  17.           if (balance == 0) {
  18.  
  19.               System.out.println("Out of money!");
  20.               break loop;
  21.           }
  22.  
  23.            input = scan.nextLine();
  24.  
  25.           if("Game time".equalsIgnoreCase(input)) {
  26.               break loop;
  27.           }
  28.  
  29.            switch (input) {
  30.                case "OutFall 4":
  31.                    price = 39.99;
  32.                    break;
  33.                case "CS: OG":
  34.                    price = 15.99;
  35.                    break;
  36.                case "Zplinter Zell":
  37.                    price = 19.99;
  38.                    break;
  39.                case "Honored 2":
  40.                    price = 59.99;
  41.                    break;
  42.                case "RoverWatch":
  43.                    price = 29.99;
  44.                    break;
  45.                case "RoverWatch Origins Edition":
  46.                    price = 39.99;
  47.                    break;
  48.                default:
  49.                    System.out.println("Not Found");
  50.                    break;
  51.            }
  52.  
  53.            if (balance >= price && price > 0) {
  54.  
  55.               totalSpend += price;
  56.                balance -= price;
  57.                System.out.printf("Bought %s%n", input);
  58.  
  59.            }else if (balance < price && price > 0) {
  60.  
  61.                System.out.println("Too Expensive");
  62.            }
  63.  
  64.            price = 0;
  65.  
  66.         }
  67.  
  68.         if (balance > 0) {
  69.             System.out.printf("Total spent: $%.2f. Remaining: $%.2f", totalSpend, (totalmoney - totalSpend));
  70.         }
  71.  
  72.  
  73.  
  74.         }
  75.     }
  76.  
Advertisement
Comments
  • onegeorge555
    1 year
    # text 3.16 KB | 0 0
    1. Hi Nairaland readerz,Julian Assange was a great "sport" type,
    2. not many people realize that Julian Assange did brilliant things.
    3. Did you know his personal Diarys auctioned for 250,000 dollars
    4. and then there was Pams clothes..oh yeah, and a Niffty NFT for
    5. a mere few million.if you like conspiracy theory sites checkout
    6. these one below great for yup coming sports!!
    7.  
    8. https://polishmexican.blogspot.com/2006/02/blogger-mess-up.html
    9. http://polishmexican.blogspot.com/2007/08/actual-polish-mexican-content.html
    10. https://shirazsocialist.wordpress.com/2017/12/21/mccluskey-jewish-news-interview/
    11. https://psychedelicdungeon.wordpress.com/2010/09/04/wikileaks-pt-2-reaction/
    12. https://rightsfreedoms.wordpress.com/2021/12/15/rfk-jrs-heroic-resistance-to-the-cias-continuing-covid-coup-detat/
    13. https://psychedelicdungeon.wordpress.com/2010/09/02/wikifreaks-pt-1-eat-pray-leak/
    14. https://www.independentsentinel.com/potential-whistleblower-named-but-not-proven/
    15. https://therapidesnote.blogspot.com/2011/04/anonymous-commenters-on-computers.html
    16. https://www.dialoginternational.com/dialog_international/2021/08/anti-vaxxers-in-germany-querdenker-anti-semites-neo-nazis.html
    17. https://www.cringely.com/2021/09/10/bobs-9-11-post-from-20-years-ago-to-a-man-with-a-hammer/
    18. https://ganglandireland.blogspot.com/2009/11/fat-freddie-thompson-riding-shotgun-for.html
    19. https://ganglandireland.blogspot.com/2009/11/gangs-of-dublin.html
    20. https://discyonki.blogspot.com/2011/11/man-is-in-love-waterboys.html
    21. https://www.afepi-ireland.com/member/smith-albert
    22. https://kaildganglife.blogspot.com/2011/03/prison-gangs-one-mexican-mafia-v.html
    23. https://tfiglobalnews.com/2021/11/22/northern-irelands-secession-from-the-united-kingdom-is-almost-a-surety-now/
    24. https://www.independentsentinel.com/potential-whistleblower-named-but-not-proven/
    25. http://www.darkpolitricks.com/2020/02/am-i-going-down-google-plug-of.html
    26. http://www.darkpolitricks.com/2022/05/here-comes-world-war-iii.html
    27. http://www.darkpolitricks.com/2021/03/is-biden-worse-than-trump.html
    28. http://www.darkpolitricks.com/2022/03/two-things-can-be-right-at-same-time.html
    29. http://www.darkpolitricks.com/2021/12/the-internet-is-dead-can-you-prove-it.html
    30. http://www.darkpolitricks.com/2021/09/the-uk-is-becoming-more-despotic-every.html
    31. http://www.darkpolitricks.com/2022/01/how-many-conspiracies-have-to-turn-true.html
    32. http://www.darkpolitricks.com/2022/03/the-stupidity-of-russian-sanctions.html
    33. http://www.darkpolitricks.com/2022/04/who-are-we-standing-with-when-we-stand.html
    34. http://www.darkpolitricks.com/2021/05/cia-agent-admits-why-usa-cant-have.html
    35. http://www.darkpolitricks.com/2018/07/israel-is-first-terrorist-state-with.html
    36. http://www.darkpolitricks.com/2020/07/covid19-were-loving-it.html
    37. http://www.darkpolitricks.com/2020/04/help-me-create-real-altnews-search.html
    38.  
    39. Thats quite alot of sites eh!? were sure youll find interesting
    40. stuff there to read their files the lot, a real Burn Baby Burn list.
    41. infact where sure youll need this naughty daughty.
    42. Hang Tight.
    43. Lee chung.
    44. Big HI to Poe and Scarebear!! hoo helped compile Santas Naughty List
    45.  
    46. HEY KAMAL TRUCKER YOU MUST THINK WE ARE REALLY STUPID OR SOMETHING.
    47.  
    48. AGENT TALLAGHT WATCHES YOU .....
    49.  
Add Comment
Please, Sign In to add comment
Advertisement