projectstem

There are 0 repository under projectstem topic.

  • Project1-SillySentencesJauneld / Project1-SillySentences

    I wrote a program that will ask the user for a series of words. Then plug them into a paragraph template.

    Language:Python Stargazers:
  • Project2-RoomAreaJauneld / Project2-RoomArea

    For this lab, you will find the area of an irregularly shaped room with the shape as shown above. Ask the user to enter the values for sides A, B, C, D, and E and print out the total room area using are of a rectangle (length * width) and the area of a right triangle is (0.5 * the base * height).

    Language:Python Stargazers:
  • Project3-ChatBotJauneld / Project3-ChatBot

    You have decided to design a fashion chatbot that helps people pick out their fashion preferences. Your bot can gauge what types of clothes and accessories the user might like. Your chatbot should ask the user the following and then give answers depending on the answers the user inputs

    Language:Python Stargazers:
  • Project4-Divisibleby3Jauneld / Project4-Divisibleby3

    Write a program that will ask a user how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is divisible by 3 or not. Continue doing this as many times as the user indicated. Once the loop ends, output how many numbers entered were divisible by 3 and how many were not divisible

    Language:Python Stargazers: