COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN: 9780357392676
Author: FREUND, Steven
Publisher: CENGAGE L
expand_more
expand_more
format_list_bulleted
Question
error_outline
This textbook solution is under construction.
Students have asked these similar questions
Enter a formula in cell H5 that divides the sum of cells C5:F5 by cell B5. Write the formulausing an absolute cell reference so that when you copy the formula to cells H6 and H7, cell B5remains absolute.
Enter a formula in cell C9 that divides the product of cells C5 through C7 by cell C4. Write theformula using an absolute cell reference so that when you copy the formula to cells D9:F9, cellC4 remains absolute.
Here is the assignment
Write a program that prints the multiplication table but inserts a randomly generated incorrect value between 1 and 50 into a cell whose row and column are randomly selected. Make sure the program does insert an incorrect value. For example, if row and column of 3 and 4 are randomly selected, keep generating a random number to print for that location until it's not the right value of 12.
Then, ask the user to tell where in the table the incorrect number is located by entering the row and column of the incorrect number. Print whether the user was right or not. If he or she was right, ask for and read the correct value; if not, the program must give the correct location and the correct number.
My main issue: is how to set up the multiplication table? I've only learned the basics in C++ (loops and if statements).
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- NEED HELP WITH PYTHON CODE. ALSO, PLEASE PROVIDE DETAILS SEPARATELY ON HOW AND WHAT DID U USE TO GET UR CODE DONE.arrow_forwardPick the first 4 numbers of your index numberarrow_forwardInsert these values 8, 35 and 99 (in this order) in the given BST. Show the final BST after inserting those three items. Draw the new BST with the new items added. / 30 64 1 75 / \/ \ 10 40 70 80 // \ \ 38 68 73 90 Answer:arrow_forward
- Enter a formula in cell C5 that divides the value in cell C5 by the value in cell B15, using an absolute cell reference to cell B15.arrow_forwardCould you please redo the coding with the correct indentations and answer for question 5a, 5b, 5c?arrow_forwardTake an Infix expression from the user and convert into postfix. 1. Should be self-organizing program e.g. If the user enters two operators back to back by mistake. The program should automatically delete one of the 2 operators. 2. If the user doesn't enter a multiplication sign before a bracket, the program should automatically insert a multiplication sign there.arrow_forward
- What character is missing from the following code? (Your answer should only be that one character) mutate (flights_sml, gain dep_delay arr_delay, hours = air_time / 60 gain_per_hour ) = gain / hours A/arrow_forwardThis code segment find the Perimeter and area of any triangular using the equation formula as shown below. The values of a, b, and c are entered into separate text boxes and display Perimeter and area in separate text boxes. P=a+b+c: s= (a+b+c)/2: AR-√√s*(s-a)*(s-b)*(s-c) 1-..... 2-..... 3- P=a+b+c s=(a+b+c)/2 AR-Sqr(s* (s-a) * (s-b)* (s-c)) 4- 5- 1-a =inputbox("a") 2-b =inputbox("b") 3-c =inputbox("c") 4- T4.Text = P 5-T5.Text = AR 1-a = CInt(T1.Text) 2-b = Cint(T2.Text) 3-c = Cint(T3.Text) 4- P=T4. Text 5-AR=T5.Text 1- Cint(T1.Text) =a 2- O Cint(T2.Text)=b 3-Cint(T3.Text)=c 4-T4.Text = P 5-T5.Text = AR 1-a T1.Text 2-b = T2.Text 3-c = T3. Text 4-T4.Text = P 5-T5.Text = ARarrow_forwardEvaluate the following postfix expression. Show step by step. 4 7 + 8 *arrow_forward
- Manipulate the number 6A4B so that it would look like B6A4. You can start with: Mov ax, 6A4Bharrow_forwardQuestion: (FFC)16 + (33)16 Note: Just give the answer without the need to type out the base. For example: you will answer 11 instead of (11)16 for (10)16 + (1)16.arrow_forwardWhich of those two correct answers is the right answer? The question only allows for one answer to be chosen.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageC++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage Learning
- Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
What Are Data Types?; Author: Jabrils;https://www.youtube.com/watch?v=A37-3lflh8I;License: Standard YouTube License, CC-BY
Data Types; Author: CS50;https://www.youtube.com/watch?v=Fc9htmvVZ9U;License: Standard Youtube License