• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can Someone Help me Solve

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me tackle this problem? Do not even know how to start my code.
Screen-Shot-2020-12-09-at-9.19.25-AM.png
[Thumbnail for Screen-Shot-2020-12-09-at-9.19.25-AM.png]
Screen-Shot-2020-12-09-at-9.19.30-AM.png
[Thumbnail for Screen-Shot-2020-12-09-at-9.19.30-AM.png]
 
Saloon Keeper
Posts: 10705
86
Eclipse IDE Firefox Browser MySQL Database VI Editor Java Windows ChatGPT
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your assignment has laid out all the steps so what exactly are you stuck on? Show us what you've done so far.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if nothing else, you can start with a main program that prints "I'm in main". compile and get that working.  

That is how i start EVERY SINGLE java program.

Then, decide what is the minimum amount of code you can add that moves you closer to the end result.  (Hint: the answer is always closer to 1 line than anything else)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic