1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Zina [86]
3 years ago
8

3.6 code practice (edhesive)

Computers and Technology
1 answer:
Pie3 years ago
4 0

largest = int(input("Enter a number: "))

print("Largest: {}".format(largest))

i = 0

while i < 5:

   num = int(input("Enter a number: "))

   if num > largest:

       largest = num

   print("Largest: {}".format(largest))

   i += 1

I hope this helps!

You might be interested in
If you have cut or copied a set of information, which procedure will NOT work to paste it back into the worksheet?
faust18 [17]
It will work because i did it 
7 0
3 years ago
Daniel owns a construction company that builds homes. To help his customers visualize the types of homes he can build for them,
DanielleElmas [232]

Answer:

The correct answer to the following question will be "Computer-assisted design".

Explanation:

  • CAD seems to be computer software or development for creating 2D as well as 3D features or models.
  • This technology could be used in a wide variety of companies and professions which could be used to produce architectural models, construction aims, renderings, power systems, technical diagrams, blueprints as well as visual effects through your favorite films and shows.

So that Daniel uses certain technology to support or create these 3D designs.

3 0
3 years ago
The length, height, and width of a cube are 10, 7, and 5 cm respectively. Write a program that calculates the volume, perimeter,
RideAnS [48]

Answer:

// code in C++.

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

   // variables

   int length=10,height=7,width=5;

   // find the volume of

   int vol=length*height*width;

   // find the surface area

   int sa=2*(length*width+length*height+height*width);

   // find the perimeter

   int peri=4*(length+width+height);

   // print the volume

   cout<<"Volume is: "<<vol<<" cm^3."<<endl;

   // print the surface area

   cout<<"Surface area is: "<<sa<<" cm^2."<<endl;

   // print the perimeter

   cout<<"Perimeter is: "<<peri<<" cm."<<endl;

return 0;

}

Explanation:

Declare and initialize length=10, width=5 and height=7.calculate volume by multiply length, width and height and assign to variable "vol".Then find the surface area as 2*(length*width+length*height+height*width) and assign it to variable "sa".Then find the perimeter as 4*(length+width+height) and assign to variable "peri". Print the volume, perimeter and surface area.

Output:

Volume is: 350 cm^3.

Surface area is: 310 cm^2.

Perimeter is: 88 cm.

8 0
3 years ago
Monica needs to work on a document where she has to highlight topics in bold and add emphasis to some words in a paragraph using
sp2606 [1]
<span>Monica needs to work on a document where she has to highlight topics in bold and add emphasis to some words in a paragraph using italics. These keys will allow her to highlight and italicize the words : 
</span>Ctrl+B combination of keys will allow Monica to highlight text in bold. The Ctrl+I combination of keys will allow her to italicize text. 
Ctrl+B+I  combination of keys will allow her to make it bold and italicize at the same time.
7 0
3 years ago
Zack wants to be a landscape designer.which qualification would be best prepare him for work in this career
katen-ka-za [31]
Landscape design or landscape horticulture. a bachelor degree for these.
4 0
3 years ago
Read 2 more answers
Other questions:
  • Which type of computer do dedicated gamers and video editors prefer?​
    11·1 answer
  • A database stores a large amount data in vertical ___
    10·1 answer
  • Shelly tells a friend that her computer needs to be fixed because it has been producing a lot of heat and is smoking. Where is t
    10·1 answer
  • Arrange these steps of creating a presentation in the correct order.
    15·2 answers
  • Your boss wants you to set up an authentication scheme in which employees will use smart cards to log in to the company network.
    15·1 answer
  • Some have argued that Unix/Linux systems reuse a small number of security features in many contexts across the system, while Win
    12·1 answer
  • The early success of Microsoft was cemented by the release of which software product:
    12·1 answer
  • According to your text, three factors are responsible for the rapid rise in new product development. They are faster and more ec
    9·1 answer
  • What is the difference between arithmetic and logical operations​
    8·1 answer
  • Ten output devices you know
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!