Answer:
Bitmap images can contain any number of colors but there are four main categories: Line-art. These are images that only contain two colors, usually black and white.
int sum = 0, n;
do {cin>>n; sum+=n;}while (n!=0);
cout<<sum;
Answer:
Details below
Explanation:
From the following output we will get: /, /dev/pts, and /dev/shm while fsck is running automatically at boot for all filesystems
import turtle
window = turtle.Screen()
tr = turtle.Turtle()
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.back(100)
tr.left(120)
tr.forward(75)
tr.right(78)
tr.forward(60)
window.mainloop()
In my code, we use the turtle module for the graphics to draw the house with a roof.