Questions: 1 680

Answers by our Experts: 1 680

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

Wap to print middle digit of a 6 digit number. Or wap to print middle character of a string.
write a programe in which take quantity and rate from users.if total prize is greater then 1000 then 10% discount is offered.find the total amount to pay.
Write a program that prompts the user to input a positive integer. It should then output a message indicating whether the number is a prime number. (Note: An even number is prime if it is 2. An odd integer is prime if it is not divisible by any odd integer less than or equal to the square root of the number.)
write a program to implement the stacks using the concept of arrays.
write a program to implement a calculator to perform all the four basic arithmetic operations on integers.
write a program that will accept a string and character to search.the function will call a function ,which will search occurrence position of the character in the string and return its position .function should return - 1 if the character is not found in the string.
Write C a program that accepts sales made by 5 sales reps for the 4 months that they have been selling the company's products. The program should then find the total sales for 4 months, total sales for each sales rep, and total sales per month. The highest and lowest sales for each sales rep and for each month.
write a C program that keeps the marks of 10 subjects in an array. if the CGPA is 4 then display "Excellence". Else if the CGPA is between 3.50 to 3.99then display "promising". Else if the CGPA is between 2.75 to 3,49 then display " very good". else if the marks is less than 2.75 then display "Satisfactory".
Write a program in c input a year and display it lave year or not.
5. Write a program that uses while loops to perform the following steps:
a. Prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).
b. Output all odd numbers between firstNum and secondNum.
c. Output the sum of all even numbers between firstNum and secondNum.
d. Output the numbers and their squares.
e. Output the sum of the square of the odd numbers between firstNum and secondNum.

Thanks
LATEST TUTORIALS
APPROVED BY CLIENTS