Answer:
using System.IO;
using System;
class FineForOverdueBooks
{
static void Main()
{
Console.WriteLine("Enter the number of books user checked out: ");
int books = Convert. ToInt32(Console.ReadLine());
Console.WriteLine("Enter the number of overdue days: ");
int days = Convert. ToInt32(Console.ReadLine());
DisplayFine(books, days);
}
public static void DisplayFine(int books, int days) {
double amt = 0;
int d = days;
if(days>7) {
amt = (days-7) * .20 * books;
days = 7;
}
if(days > 0) {
amt = amt + days * .10 * books;
}
Console.WriteLine("The fine for {0} book(s) for {1} day(s) is {2}", books, d, amt);
}
}
Explanation:
Solid state storage?
There are three different types,
Like RAM, ROM, SSS
Answer:
True
Explanation:
Carriage on purchases is carriage inward. Explanation: Carriage inwards refers to the transportation costs required to be paid by the purchaser when it receives merchandise it ordered with terms FOB shipping point. Carriage inwards is also known as freight-in or transportation-in.
:)
U van change it by buying an new Sim card or buy trading it in
Answer:
Annie should ensure that her dots are grouped in the Layers Palate.
Explanation:
For Annie to create a polka-dot pattern, that has dots distributed evenly in her pattern. She should turn on the grid feature in Illustrator.
Annie should ensure that her dots are grouped in the Layers Palate in order not to have a hard time manually arranging the dots.