Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

A program to read in a list of test scores and output the highest score,the lowest score, and the average score.
A program to input a date ( numeric day only entered separately) and output the corresponding astrological sign based on the table below:

DEC 22 - JAN 20 Capricorn
JAN 21 - FEB 19 Aquarius
FEB 20 - MAR 20 Pisces
MAR 21 - APR 20 Aries
APR 21 - MAY 21 Taurus
MAY 22 - JUN 21 Gemini
JUN 22 - JUL 23 Cancer
JUL 24 - AUG 23 Leo
AUG 24 - SEP 23 Virgo
SEP 24 - OCT 23 Libra
OCT 24 - NOV 23 Scorpio
NOV 24 - DEC 21 Sagittarius
The cost of a long distance call is based on the destination, time of day the call was made, as well as the duration of the call. The rates are as follows:

DAY TIME CALL
1. American Region - ₱50 every 3 minutes
2. Asian Region - ₱30 every 2 minutes
3. African Region - ₱40 every 3 minutes
4.European Region - ₱35 every 2 minutes

NIGHT TIME CALL

1. American Region - ₱45 every 3 minutes
2. Asian Region - ₱27 every 2 minutes
3. African Region -₱36 every 3 minutes
4. European Region - ₱30 every 2 minutes

*₱ is Philippine Peso*
The amount of misscellaneous fees a student pays during enrollment is determined by his nationality, year level, and sex. A flat fee of ₱200 is paid by all students. Male seniors pay an additional ₱100 for ROTC. Female freshmen or sophomores pays additional ₱75 for girls scouting. Foreigner are excepted from ROTC or girls scouting. Make a program that would input the nationality code ("F" for foreigners and "N" for non-foreigners), sex code("M" for male and "F" for female) and year level(between 1 and 4).
it is known that november 1993 starts on monady.help me make a program that would input a numeric day(between 1 and 30) and output the day of the week the day falls. for example,if 3 is answered for day, the program must display 'WEDNESDAY';if 8 was entered,'MONDAY' must be displayed and so on.
I have made my own program then turns out to have many errors.. i just wanna compare your answer and mine :) thank you!
Please help me create a program that needs in a time of the day in 24-hour notation and output it in a 12 hour notation.For example, if the input is 1343,the output should be 1:45PM, if input is 920, output should be 9:20 AM.Consider 12:00 midnight as 12:00 AM and 12:00 noon as 12:00AM.
Write a program to determine the largest value of n such that your computer can compute n! w/out integer overflow. n! is the product of all positive numbers that are less than or equal to n. For examplem 3! = 1x2x3=6. By convention,0 is set equal to 1.
A circular racetrack is composed of 4 portions: concrete, mud, sand and asphalt.
Kevin's car takes 30 seconds to cross the concrete, 55 seconds to cross the mud, 47 seconds to cross the sand and 38 seconds to cross the asphalt. Dear Ma'am or Sir, please help me to create a program that would input a positive time value (in seconds) and output where in the track Kevin's car is after that specified time.Assume that the race starts at the beginning of the concrete. Moreover, the car go around the track more that once.
Lojack Airline allows a passenger only two pieces of luggage.The heavier bag can be at most 80 pounds but the total weight of the two should not exceeed 100 pounds.Please help me create a program that would input the weight of the two bags in any order and output whether the weight of the two bags in any order and output whether the luggages are allowable or not. This is the output format:

LOJACK AIRLINE

WEIGHT OF FIRST BAG :<value entered>
WEIGHT OF SECOND BAG :<value entered>

STATUS :<status>
LUGGAGE FEE :<fee>
Hey guys please help me out on this program in C# I really don't have idea on this..plss:(?
program that would input the value of variable REPLY and then output its corresponding meaning.

REPLY -- MEANING
Y -- Yes,let's do it!
N -- No,I won't do it!
M -- Maybe I will!
S -- Sure dude!
Q -- Exit Program!


----------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Example
{
class Program
{
static void Main(string[] args)
{
}
}
}
LATEST TUTORIALS
APPROVED BY CLIENTS