• 0

Java Script homework help


Question

I am trying to do a homework assignment and I am having issues getting the code to work. Here is the task and then my code so far. Any help would be appreciated. 

Task: 
A retail company assigns a $5000 store bonus if monthly sales are $100,000 or more. Additionally, if their sales are 125% or more of their monthly goal of $90,000, then all employees will receive a message stating that they will get a day off. 



function Main() 
var real monthlySales; 

bonusMoney = getBonus(); 
dayoff = getdayOff(); 
getSales = monthySales(); 


function getSales(Real Ref monthlySales) 

return prompt("Enter the total sales for the month."); 
end function 


function getBonus(Real Ref monthlySales) 

If monthlySales >=100000 Then 
Println ?You get a bonus of $5,000!!!?; 
End If 
End function 


function GetDayoff(Real Ref monthlySales) 

if monthlySales >=112500 Then 
Println ? You get a bonus of $5,000!!!?; 
Println ?All employees get one day off!!!?; 
End If 
End function 

Main(); 

When I run this in the display window all I get is
...
 
 
Link to comment
https://www.neowin.net/forum/topic/1185699-java-script-homework-help/
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Hello,

  On 04/11/2013 at 02:40, kevinv said:

I am trying to do a homework assignment and I am having issues getting the code to work. Here is the task and then my code so far. Any help would be appreciated. 

Task: 

A retail company assigns a $5000 store bonus if monthly sales are $100,000 or more. Additionally, if their sales are 125% or more of their monthly goal of $90,000, then all employees will receive a message stating that they will get a day off. 

function Main() 

var real monthlySales; 

bonusMoney = getBonus(); 

dayoff = getdayOff(); 

getSales = monthySales(); 

function getSales(Real Ref monthlySales) 

return prompt("Enter the total sales for the month."); 

end function 

function getBonus(Real Ref monthlySales) 

If monthlySales >=100000 Then 

Println ?You get a bonus of $5,000!!!?; 

End If 

End function 

function GetDayoff(Real Ref monthlySales) 

if monthlySales >=112500 Then 

Println ? You get a bonus of $5,000!!!?; 

Println ?All employees get one day off!!!?; 

End If 

End function 

Main(); 

When I run this in the display window all I get is

...

Is this Javascript or something else?

It looks odd...

  • 0
  • 0

I didn't copy the code from anywhere. It was from my pseudocode from an algorithm of the homework assignment. I realized later I had mixed the javascript code and pseudocode together and of course it didn't work. I am struggling with the JS  code. I am not a programmer, but I'm trying to learn this stuff. I know I still have issues with the code I have and it is too late for the assignment anyway, but I do want to figure this out so I can move forward with this class.

 

Here is my revised code:

 

// Bonus program

 

function main()

//Declare local variables

var real monthlySales;

//Function calls

{

  monthlySales = getSales();

  bonusMoney = getBonus();

  dayOff = getdayOff();

}

//this module takes in the required user input

function getSales(monthlySales)

{

  return prompt("Enter the total sales for the month.");

}

//this module will determine if a bonus is awarded.  If

//sales are greater than or equal to 100000, then they

//get a 5000 bonus

function getBonus(Real Ref monthlySales)

{

  if monthlySales >=100000 then

      println ?You get a bonus of $5,000!!!?;

}

 

//this module will determine if all employees get a day

//off.  If sales are greater than or equal to 125% of $90000,

//then they get a day off.

 

function getDayoff(Real Ref monthlySales)

{

  if monthlySales >=112500 then

      println ? You get a bonus of $5,000!!!?;

      println ?All employees get one day off!!!?;

}

This topic is now closed to further replies.
  • Posts

    • That's the standard? it needs to have top notch support for Windows games? LOL MacOS have never needed to do that. It's amazing how well Proton runs a lot of Windows games (some games actually better) and it's not appreciated by the causal user but Linux is never going to be for the hardcore gamer. Any serious, day one AAA gamer or needs to play games that use anti-cheat will not be happy with Linux for Windows gaming ever. When I still used Windows it was mostly because of games and I had a second PC for that. An Xbox is another option.
    • You know nothing. Go learn what she really understands, instead of what you've been told about her.
    • That's wonderful. A shame that a few fringe nutjobs will somehow concoct a story to make this something nefarious. I do wish he'd committed to using more of the foundation's funds for scientific/medical research here at home, though. It looks like the U.S. is suddenly poised to become a backwoods nation in research.
    • Scientists explain how water could have actually made Mars the red planet it is today by Sayan Sen For centuries, scientists have wondered why Mars is red. The long-standing theory was that the planet’s rusty color came from hematite, an iron-rich mineral formed in dry conditions. But new research suggests something else might be responsible: ferrihydrite, an iron oxide-hydroxide mineral that forms in wet environments. A study published in Nature Communications by researchers from Brown University and the University of Bern suggests that ferrihydrite (Fe5O8H · nH2O) is the dominant iron-containing mineral in Martian dust. Their findings—based on orbital observations, rover data, and lab experiments—challenge previous ideas about Mars' surface composition. “The fundamental question of why Mars is red has been thought of for hundreds if not thousands of years,” said Adomas Valantinas, a postdoctoral fellow at Brown University. “From our analysis, we believe ferrihydrite is everywhere in the dust and also probably in the rock formations, as well.” Ferrihydrite is formed when iron reacts with oxygen and water. On Earth, it’s commonly found in volcanic rock and ash. Its presence on Mars suggests that the planet was once much wetter, with conditions that could have supported liquid water. This contrasts with hematite, which forms in drier environments. To test their theory, the researchers recreated Martian conditions in a lab. They ground minerals into tiny particles—about 1/100th the width of a human hair—matching the size of real Martian dust. They then studied how light reflected off these particles. The results showed that ferrihydrite remains stable in Mars’ current dry, cold climate, but its structure still holds signs that it formed when the planet had water. “What we know from this study is the evidence points to ferrihydrite forming, and for that to happen there must have been conditions where oxygen and water could react with iron,” Valantinas explained. “Those conditions were very different from today’s dry, cold environment.” To confirm ferrihydrite’s presence, the team studied data from NASA’s Mars Reconnaissance Orbiter and ESA’s Mars Express and Trace Gas Orbiter. They also used spectral readings from rovers like Curiosity, Pathfinder, and Opportunity. Combining all of these sources, they found that the mineral appears widespread on the Martian surface. This discovery challenges previous theories that Mars gradually oxidized in dry conditions. Instead, it suggests that ancient Mars went through a wetter phase before drying out. That shift from a water-rich past to the dry, dusty planet we see today is key to understanding Mars’ climate history—and possibly its ability to support life. “The study is a door-opening opportunity,” said Jack Mustard, senior author of the study. “It gives us a better chance to apply principles of mineral formation and conditions to tap back in time.” While the findings provide strong evidence for ferrihydrite’s role in Mars’ red dust, definitive proof will have to wait until Mars samples—currently being collected by NASA’s Perseverance rover—are brought back to Earth. Scientists hope these samples will confirm the theory and shed more light on the planet’s environmental history. Source: Brown University, University of Bren, Nature | Image via Depositphotos This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • I would say 98% of people you can't figure out how to install Linux would never attempt to install Windows. It's not news non-tech savvy people can't install an PC OS.
  • Recent Achievements

    • Week One Done
      jrromero17 earned a badge
      Week One Done
    • One Month Later
      jrromero17 earned a badge
      One Month Later
    • Conversation Starter
      johnwin1 earned a badge
      Conversation Starter
    • One Month Later
      Marwin earned a badge
      One Month Later
    • One Year In
      fred8615 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      239
    2. 2
      snowy owl
      156
    3. 3
      ATLien_0
      143
    4. 4
      +FloatingFatMan
      133
    5. 5
      Xenon
      131
  • Tell a friend

    Love Neowin? Tell a friend!