Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

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

Write a C program for File Operations to read a string from standard input and prints the entered string using fgets() and fputs() function.


Runtime Input :


Hai


Output :


Hai

Given an integer N as a string number and K as input, write a program to print a number pyramid K rows


Create a program that will only require the programmer to change the variable values in order to create a dynamic sentence using the sentence sample Output.




BOLD words indicates a variable.



Sample Output:



-----------------------------------------------------------------------------------




Hi my name is Ryan Christian Nono.



I am 25 Years Old.



I love reading books and watching movies.



My favorite color is `Black` because the sky is white.




I love Programming 2 because of my Instructor.

Write an algorithm to find the special discount given to the customers


Create a program that will only require the programmer to change the variable values in order to create a dynamic sentence using the sentence sample Output.




BOLD words indicates a variable.



Sample Output:



-----------------------------------------------------------------------------------




Hi my name is Ryan Christian Nono.



I am 25 Years Old.



I love reading books and watching movies.



My favorite color is `Black` because the sky is white.




I love Programming 2 because of my Instructor.



Create a program that will only require the programmer to change the variable values in order to create a dynamic sentence using the sentence sample Output.




BOLD words indicates a variable.



Sample Output:



-----------------------------------------------------------------------------------




Hi my name is Ryan Christian Nono.



I am 25 Years Old.



I love reading books and watching movies.



My favorite color is `Black` because the sky is white.




I love Programming 2 because of my Instructor.

Make a C++ program using do while loops that will print this output:




*


**


***


****


*****


Create a function that takes the number of wins, draws and losses and calculates the number of points a football team has obtained so far.



  1. Input five integers in one line, with each integer separated by a space.
  2. Add the 1st and 2nd integers together and store the sum inside a variable.
  3. Add the 3rd and 4th integers together and store the sum inside a variable.
  4. Multiply the two sums and raise the product result to the power of the 5th integer.
  5. Print out the result.


Input

A line containing five integers separated by a space.

1·2·3·4·5

Output

A line containing an integer.

4084101




  1. Input three decimal numbers in one line separated by spaces, and make sure to store them in different variables.
  2. Multiply the 1st and 2nd decimal numbers, and store the product into a variable.
  3. Then, divide the product of the 1st and 2nd decimal numbers with the 3rd decimal number, then print out its quotient, with 2 decimal places.


Input

A line containing three decimal numbers with two decimal places separated by a space.

1.53·2.25·1.23

Output

A line containing the result with two decimal places.

2.80
LATEST TUTORIALS
APPROVED BY CLIENTS