Concept explainers
(Desk check) Determine the output of the following
Want to see the full answer?
Check out a sample textbook solutionChapter 3 Solutions
C++ for Engineers and Scientists
- ( 66 & O ıre O O p A:0Y o Lab 2_070221... → University of Babylon College of Engineering Environment Eng. Dept. Subject: Computer Programming by: Dr. Rawaa Al-Isawi Stage: First Example 1: Write a program to read student name and 6 degree then compute and print the average of student degree. Solution (for one student) Solution (for two student) Example 2: Write a program in QBASIC language to find the following mathematical expressions: 1- D-log(x)-log(x 3- D=logb-sinx+drarrow_forward(Please don't copy) Give the function: var x = function(x, y) { return x * y; } Write down the missing characters in the equivalent function below: const x = (x, y) Answer x * y; can i get this in 5mins please id appreciate it its java btwarrow_forward(Computer mini-project) Area of a unit circle equals rt. Cover a circle with a 2 by 2 square and follow Algorithm 5.5 to estimate number Tt based on 100, 1,000, and 10,000 random numbers. Compare results with the exact value t = 3.14159265358... and comment on precision. %3D Please build an algorithm, test it and explain the results. Please include code. 351 /5,000arrow_forward
- . Answer please. Second time isse.arrow_forward(PYTHON PLEASE) Also I was made aware that I can only ask one question and this question requires four different programs so please provide code for Pattern D. Thank you. (Display four patterns using loops) Use nested loops that display the following patterns in four separate programs:arrow_forward3. (Tabular Output) Write a Java application that uses looping to print the following table of(Exercise 4.22) values: 1 4 9 16 25 1 8 27 64 125 1 16 81 256 625arrow_forward
- (java programming language) Given f(x) = x+ x2/2+ x3/3+…… xn/n. Using do-while, write a program to compute f(x) for given x andn. The user should enter x and a positive integer n. Save your file as Q3.Javaarrow_forward( (A + B ) * (C – D) + E / F ) – G Using manual and algorithmic methods, write the following expression to postfix form:arrow_forward(b) Given a and b are int variables and c is a double variable. The initial value for a, b, and c are 8, 4, and 2.5. Show the working steps and result for the following expression: (i) (ii) 23 % 11 + 6.2 + a / (c + 1.5) (iii) a / static_cast(b)+ 2.0 * c a + b++ - carrow_forward
- (Write the code in java) Given an integer n, using phone keypad find out and print all the possible strings that can be made using digits of input n. Sample Input 1: 23 Sample Output 1: ad ae af bd be bf cd ce cf Explanation: In phone keypad, 2 = “abc” and 3 = “def” so the different combinations that can be made are ad,ae,af,bd,be,bf,cd,ce,cf. Sample Input 2: 8 Sample Output 2: t u varrow_forward(PYTHON PLEASE) Also I was made aware that I can only ask one question and this question requires four different programs so please provide code for Pattern B. Thank you. (Display four patterns using loops) Use nested loops that display the following patterns in four separate programs:arrow_forward(JAVA) Write a program that allows the user to enter the last names of five candidates in a local election and the number of votes received by each candidate. The program should then output each candidate's name, the number of votes received, and the percentage of the total votes received by the candidate. Your program should also output the winner of the election. A sample output is: Votes % of Total Candidate Received Votes Johnson 5000 25.91 Miller 4000 20.73 Duffy 6000 31.09 Robinson 2500 12.95 Ashtony 1800 9.33 Total 19300 The Winner of the Election is Duffyarrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr