Programming Homework

danmelvanderson_i01c

Phases of Software Development Process

  1. Explain the four phases of the software development process and the purpose of each.
  2. Given the following program, write the expected output for each expression below:

    player1 = Joey Votto

    player2 = Billy Hamilton

    1. print(player1 + player2)
    2. print(player1 + “ hits homeruns, while “ + player2 + “ steals bases.”
  3. Explain the difference between float and long. Give an example of the proper use case of each.
    • 11 years ago
    • 20
    Answer(1)

    Purchase the answer to view it

    • python_programming.docx
    Bids(1)