-
Updated
Mar 17, 2024 - HTML
grade11edison
Here are 49 public repositories matching this topic...
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).
-
Updated
Mar 17, 2024 - Python
I wrote a program that will ask the user for a series of words. Then plug them into a paragraph template.
-
Updated
Mar 17, 2024 - Python
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
-
Updated
Mar 17, 2024 - Python
We explored the built-in functions of the math module. Some examples are squareRoot, absolute value, power, sum, subtraction, division, and multiplication. After that we did a practice run of how we can use math in code.
-
Updated
Mar 17, 2024 - Python
A program called "Time Reminder"
-
Updated
Mar 17, 2024 - Python
We had to modify the starter code. I had to add a line of code asking the user to enter a third number. I also had to edit the IF/ELIF/ELSE statements to confirm whether the third number is bigger/smaller/the same as the first number and whether it is bigger/smaller/the same as the second number. Also if all three numbers are the same.
-
Updated
Mar 17, 2024 - Python
We created different types of calculators. They were the Area Calculator, Perimeter Calculator, Tip calculator and Volume Calculator
-
Updated
Mar 17, 2024 - Python
This program was to create a game in which the goal is to eliminate all of the bricks with a ball while keeping the ball bouncing.
-
Updated
Mar 17, 2024 - Python
The task was to write a program that outputs a joke on multiple lines.
-
Updated
Mar 15, 2024 - Python
This program will define four subroutines - add, subtract, multiply, divide that add multiply. Two numbers and return the result. Each should have two integer number arguments. The user is asked to input two numbers. These numbers will be passed as arguments into one of the subroutines.
-
Updated
Mar 17, 2024 - Python
I modified the code to make it more personalized to the user and add and multiply numbers that are given to it.
-
Updated
Mar 17, 2024 - Python
I wrote a program called "Test Grader". The program should allow the user to enter a test mark between 1 and 100 If the number entered is too high or too low, a message should be displayed informing the user of this. It will tell the user when they failed or passed and what letter grade they got.
-
Updated
Mar 17, 2024 - Python
We are predicting the outcome of the input statements and reflecting if we have the right answer. If not, we talk about our mistakes.
-
Updated
Mar 17, 2024 - Python
Use comments to answer the investigation questions on the example code.
-
Updated
Mar 17, 2024 - Python
-
Updated
Mar 17, 2024 - Python
In this program, we explored the Carnegie Mellon School of Computer Science graphics module and created various shapes. The final task was to create an avatar.
-
Updated
Mar 16, 2024 - Python
In the modified tasks, I was given some starter code. Use the instructions below to make changes to the code. I commented on my changes to explain what you have done.
-
Updated
Mar 17, 2024 - Python
We are predicting what the code will do when it runs. The predictions should be added to the code as comments.
-
Updated
Mar 17, 2024 - Python
Improve this page
Add a description, image, and links to the grade11edison topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grade11edison topic, visit your repo's landing page and select "manage topics."