If ip is used, the website is running but not directly, but why?
Bangla Cyber Q&A Latest Questions
Read four integer values named A, B, C and D. Calculate and print the difference of product A and B by the product of C and D (A * B – C * D). Input The input file contains 4 integer values. Output Print DIFERENCA (DIFFERENCE ...
Read three values (variables A, B and C), which are the three student’s grades. Then, calculate the average, considering that grade A has weight 2, grade B has weight 3 and the grade C has weight 5. Consider that each ...
Read two floating points’ values of double precision A and B, corresponding to two student’s grades. After this, calculate the student’s average, considering that grade A has weight 3.5 and B has weight 7.5. Each grade can be from zero ...
Read two integer values. After this, calculate the product between them and store the result in a variable named PROD. Print the result like the example below. Do not forget to print the end of line after the result, otherwise you ...
Read two integer values, in this case, the variables A and B. After this, calculate the sum between them and assign it to the variable SOMA. Write the value of this variable. Input The input file contains 2 integer numbers. Output Print the variable SOMA with all ...
The formula to calculate the area of a circumference is defined as A = Ī . R2. Considering to this problem that Ī = 3.14159: Calculate the area using the formula given in the problem description. Input The input contains a value of floating point (double precision), ...
Read 2 variables, named A and B and make the sum of these two variables, assigning its result to the variable X. Print X as shown below. Print endline after the result otherwise you will get âPresentation Errorâ. Input The input file will contain 2 integer numbers. Output Print the letter X (uppercase) ...