Wk1 Sum3 Mimir Write Program Asks User Input 3 Integers Program Compute Display Sum Intege Q43824501
wk1 sum3 MIMIR Write a program that asks the user to input 3 integers. The program will compute and display the sum of the integers. NOTE: Your output should look exactly like this. Be sure your prompts and output match! SAMPLE PROGRAM RUNS: Enter 3 integers, pressing Enter after each: 10 20 The sum is 60 Process returned @ (exe) execution time : 5.391 S Press any key to continue. Enter 3 integers, pressing Enter after each: 50 – 50 The sum is e Process returned e (exe) Press any key to continue. execution time: 7.926 S Show transcribed image text wk1 sum3 MIMIR Write a program that asks the user to input 3 integers. The program will compute and display the sum of the integers. NOTE: Your output should look exactly like this. Be sure your prompts and output match! SAMPLE PROGRAM RUNS: Enter 3 integers, pressing Enter after each: 10 20 The sum is 60 Process returned @ (exe) execution time : 5.391 S Press any key to continue. Enter 3 integers, pressing Enter after each: 50 – 50 The sum is e Process returned e (exe) Press any key to continue. execution time: 7.926 S
Expert Answer
Answer to wk1 sum3 MIMIR Write a program that asks the user to input 3 integers. The program will compute and display the sum of t…
Wk2 Multiples Write Program Shows Value Number Input User Multiplied 25 10 User Prompted E Q43902546
c++
wk2 multiples Write a program that shows the value of a number input by the user multiplied by 2.5 and 10. The user should be prompted to enter a floating point number. Output will show the number input times 2, times 5. and times 10. NOTE: You will need to use lomanip function setprecision, as well as fixed and showpoint. SAMPLE RUN: This progran will let you enter a number. I will show the value of your number times 2, times S and times 10. Enter a floating point number: 2.34567 2.3 4.7 11.7 23.5 Process returned e (exe) Press any key to continue. execution time: 7.220 s Show transcribed image text wk2 multiples Write a program that shows the value of a number input by the user multiplied by 2.5 and 10. The user should be prompted to enter a floating point number. Output will show the number input times 2, times 5. and times 10. NOTE: You will need to use lomanip function setprecision, as well as fixed and showpoint. SAMPLE RUN: This progran will let you enter a number. I will show the value of your number times 2, times S and times 10. Enter a floating point number: 2.34567 2.3 4.7 11.7 23.5 Process returned e (exe) Press any key to continue. execution time: 7.220 s
Expert Answer
Answer to wk2 multiples Write a program that shows the value of a number input by the user multiplied by 2.5 and 10. The user shou…
Wk2 Volumel Write Program Compute Volume Pyramid User Input Three Integers One Length One Q43868901

wk2 volumel Write a program to compute the volume of a pyramid. The user should input three integers: one for the length of one side of the base, one for the length of the other side of the base, and one for the height at the center of the base. The answer should be a floating point value (though, of course, the places after the decimal point won’t appear if the answer ends up being an integer). BE SURE YOU FOLLOW THE STYLE GUIDE for code formatting and variable names! wk2 volume Write a program to compute the volume of a pyramid. The user should input three integers: one for the length of one side of the base, one for the length of the other side of the base, and one for the helght at the center of the base. The answer should be a floating point value (though, of course, the places after the decimal point won’t appear if the answer ends up being an integer). BE SURE YOU FOLLOW THE STYLE GUIDE for code formatting and variable names! Show transcribed image text wk2 volumel Write a program to compute the volume of a pyramid. The user should input three integers: one for the length of one side of the base, one for the length of the other side of the base, and one for the height at the center of the base. The answer should be a floating point value (though, of course, the places after the decimal point won’t appear if the answer ends up being an integer). BE SURE YOU FOLLOW THE STYLE GUIDE for code formatting and variable names!
wk2 volume Write a program to compute the volume of a pyramid. The user should input three integers: one for the length of one side of the base, one for the length of the other side of the base, and one for the helght at the center of the base. The answer should be a floating point value (though, of course, the places after the decimal point won’t appear if the answer ends up being an integer). BE SURE YOU FOLLOW THE STYLE GUIDE for code formatting and variable names!
Expert Answer
Answer to wk2 volumel Write a program to compute the volume of a pyramid. The user should input three integers: one for the length…
Wondering Get Help C Programming Requirements Says Anything C Please Provide Answer C Writ Q43864963
I am wondering if I can get help with my C programming. Theseare the requirements. If it says anything about C++ please provideanswer in C as that is how I am writting my code.
Modify the program Figure 2.12 (guess/switch). Ask the user to enter 0 … 15Follow this table to output the correct value:guess output—– —— 0 0 1 1 …. 9 9 10 A 11 B 12 C 13 D 14 E 15 F Improve the output message to explain the input is decimal and the output is hexadecimalIn other words, the program used to do this:14ENow it should do this 1414 decimal is E in HexIf you run it again:44 decimal is 4 in HexIf you run it again:1111 decimal is B in Hex
This is my code:
#include <stdio.h>
#include <stdlib.h>
int main() {
int guess;
printf(“Pick a number 10, 11, 12, 13, 14, 15: “);
scanf(“%d”, &guess);
switch(guess){
case 10: printf(“An”); break;
case 11: printf(“Bn”); break;
case 12: printf(“Cn”); break;
case 13: printf(“Dn”); break;
case 14: printf(“En”); break;
case 15: printf(“Fn”); break;
}
return (0);
}
thanks
Expert Answer
Answer to I am wondering if I can get help with my C programming. These are the requirements. If it says anything about C++ please…
Word Policy Different Meanings Could Mean Technical Policies Specific Systems Discuss Diff Q43866023
The word, “policy” has different meanings. It could meantechnical policies for specific systems. discuss the differentscope of the word, policy. (cybersecurity)
**Please do not copy from any where and use ur own words morethan 200 if its possible**
Expert Answer
Answer to The word, “policy” has different meanings. It could mean technical policies for specific systems. discuss the differ…
Word Value Byte Longword Data Inmemory Location 4000 Q43902586
What is the WORD VALUE (not byte, or longword) of the datainmemory location $4000 ?

– O x File Search Run View Options Help C E O Registers DO=0000A7FF D4-00000000 A0-00004002 A4=00000000 TS IN XNZVC Cycles 17326312 D1- 0000004F D5=00000000 Al-00004000 A5=00000000 SR-0010000000000000 D2=00000017 D6=00000000 A2=00000000 A6=00000000 US=OFF0000 Clear Cycles D3=00005555 D7=00000000 A3=00000000 A7=01000000 SS=01000000 PC=00000410 Address ——–Code——— Line ———–Source———–>> 10 data 2 EQU SA7FF 11 data3 EQU $5555 12 data4 EQU $0000 13 data5 EQU 4678 14 data6 EQU *01001111 15 data7 EQU 300010111 نا نا نا نا 68000 Memory – O X From: $00000000 To: $00000000 Bytes: $[00000000 Copy Fill Address: a 0003FF0 00 01 02 03 04 05 06 07 08 09 OA OB OC OD OE OF 012345678 9ABCDEF 00003FFO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF —— 0004000: 4F 17 FF FF FF FF FF FF FF FF FF FF FF FF FF FF C—- 00004010: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004020: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004030: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004040: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004080: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004090: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040AO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040BO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040CO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040DO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00040EO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000040F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004100: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004110: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004120: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004140: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004150: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004160: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004170: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004180: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004190: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004100: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041DO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004200: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004210: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004220: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00004230: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004240: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004250: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004260: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ORG $400 00000000 =0000A7FF 00000000 =00005555 00000000 =00000000 00000000 =00001246 00000000 =0000004F 00000000 =00000017 00000000 00000000 00000000 00000400 00000400 00000400 00000400 00000400 303C A7FF • 100000404 123C 004F • 100000408 143C 0017 • 10000040C 363C 5555 . 00000410 307C 4000 . 00000414 10ci . 00000416 10C2 00000418 327C 4000 0000041C C751 0000041E 0000041E 10000041E 4EF8 0400 00000422 ا ا in W NOCOJoin No loco START: MOVE.W #data2 ,DO MOVE.B #data6, D1 MOVE.B #data7, D2 MOVE. W #data3, D3 MOVEA.W #addrl, A0 MOVE.B Di, (A0) + MOVE.B D2, (A0) + MOVEA.W #addrl, Al AND.W D3, (A1) ا ا في ليلة يا تي تي JMP start END $400 في ; first instruction of program No errors detected No warnings generated .868 file read successful ASU Show transcribed image text – O x File Search Run View Options Help C E O Registers DO=0000A7FF D4-00000000 A0-00004002 A4=00000000 TS IN XNZVC Cycles 17326312 D1- 0000004F D5=00000000 Al-00004000 A5=00000000 SR-0010000000000000 D2=00000017 D6=00000000 A2=00000000 A6=00000000 US=OFF0000 Clear Cycles D3=00005555 D7=00000000 A3=00000000 A7=01000000 SS=01000000 PC=00000410 Address ——–Code——— Line ———–Source———–>> 10 data 2 EQU SA7FF 11 data3 EQU $5555 12 data4 EQU $0000 13 data5 EQU 4678 14 data6 EQU *01001111 15 data7 EQU 300010111 نا نا نا نا 68000 Memory – O X From: $00000000 To: $00000000 Bytes: $[00000000 Copy Fill Address: a 0003FF0 00 01 02 03 04 05 06 07 08 09 OA OB OC OD OE OF 012345678 9ABCDEF 00003FFO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF —— 0004000: 4F 17 FF FF FF FF FF FF FF FF FF FF FF FF FF FF C—- 00004010: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004020: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004030: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004040: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004080: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004090: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040AO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040BO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040CO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 000040DO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00040EO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 000040F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004100: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004110: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004120: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004140: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004150: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004160: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004170: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004180: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004190: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041A0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004130: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004100: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041DO: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041E0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00041F0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004200: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 00004210: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF — 0004220: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00004230: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004240: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004250: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0004260: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF ORG $400 00000000 =0000A7FF 00000000 =00005555 00000000 =00000000 00000000 =00001246 00000000 =0000004F 00000000 =00000017 00000000 00000000 00000000 00000400 00000400 00000400 00000400 00000400 303C A7FF • 100000404 123C 004F • 100000408 143C 0017 • 10000040C 363C 5555 . 00000410 307C 4000 . 00000414 10ci . 00000416 10C2 00000418 327C 4000 0000041C C751 0000041E 0000041E 10000041E 4EF8 0400 00000422 ا ا in W NOCOJoin No loco START: MOVE.W #data2 ,DO MOVE.B #data6, D1 MOVE.B #data7, D2 MOVE. W #data3, D3 MOVEA.W #addrl, A0 MOVE.B Di, (A0) + MOVE.B D2, (A0) + MOVEA.W #addrl, Al AND.W D3, (A1) ا ا في ليلة يا تي تي JMP start END $400 في ; first instruction of program No errors detected No warnings generated .868 file read successful ASU
Expert Answer
Answer to What is the WORD VALUE (not byte, or longword) of the data inmemory location $4000 ?…
Words Please Repletion Structures Discussed Week Used Interchangeably However Occasions On Q43791022
In your own words please.
The repletion structures we have discussed this week can be usedinterchangeably; however, there are a few occasions when one isclearly preferable to another. Discuss, in detail as well asillustrate with an example, how to determine which structure to usewhen there is no clear indication. Additionally, how much of thechoice should be based on personal preference and how much onconventional practices?
Expert Answer
Answer to In your own words please. The repletion structures we have discussed this week can be used interchangeably; however, the…
Work Area 905 Write Program Converts Dates Numerical Month Day Year Format Mal Month Day Y Q43898906
**PLEASE HELP ME TO COMPLETE THIS QUESTION FOLLOWING THEINSTRUCTION**

THANK YOU IN ADVANCE!
WORK AREA 9.05) Write a program that converts dates from numerical month/day/year format to nor- mal “month day, year” format (for example, 12/25/2000 corresponds to December 25, 2000). You will define three exception classes, one called Month Exception, another called DayException, and a third called YearException. If the user enters anything other than a legal month number (integers from 1 to 12), your program will throw and catch a MonthException and ask the user to reenter the month. Similarly, if the user enters anything other than a valid day number (integers from 1 to either 28, 29, 30, or 31, depending on the month and year), then your program will throw and catch a Day Exception and ask the user to reenter the day. If the user enters a year that is not in the range 1000 to 3000 (inclusive), then your program will throw and catch a YearException and ask the user to reenter the year. (There is nothing very special about the numbers 1000 and 3000 other than giving a good range of likely dates.) Use the following rule for determining if the year is a leap year: A year is a leap year if it is divisible by 4 but is not divisible by 100, or if it is divisible by 400. SAMPLE RUN #4: java DateConverter Interactive Session 1 (Hide Invisibles Highlight: None Show Highlighted Only O Enter.the.date.string:13/55/30010 Year.must be between 1000.and – 3000- Enter.year: 2020- Month.must be between.1.and. 12- Enter-month: 08- Invalid.date.for-month-Auguste Enter date: 32- Invalid.date-for-month-August Enter.date:31- August 31, 2020- SUBMIT 1 of 1: Sat Jan 18 2020 01:34:18 GMT-0500 (Eastern Standard Time 1 Type your solution here… Show transcribed image text WORK AREA 9.05) Write a program that converts dates from numerical month/day/year format to nor- mal “month day, year” format (for example, 12/25/2000 corresponds to December 25, 2000). You will define three exception classes, one called Month Exception, another called DayException, and a third called YearException. If the user enters anything other than a legal month number (integers from 1 to 12), your program will throw and catch a MonthException and ask the user to reenter the month. Similarly, if the user enters anything other than a valid day number (integers from 1 to either 28, 29, 30, or 31, depending on the month and year), then your program will throw and catch a Day Exception and ask the user to reenter the day. If the user enters a year that is not in the range 1000 to 3000 (inclusive), then your program will throw and catch a YearException and ask the user to reenter the year. (There is nothing very special about the numbers 1000 and 3000 other than giving a good range of likely dates.) Use the following rule for determining if the year is a leap year: A year is a leap year if it is divisible by 4 but is not divisible by 100, or if it is divisible by 400. SAMPLE RUN #4: java DateConverter Interactive Session 1 (Hide Invisibles Highlight: None Show Highlighted Only O Enter.the.date.string:13/55/30010 Year.must be between 1000.and – 3000- Enter.year: 2020- Month.must be between.1.and. 12- Enter-month: 08- Invalid.date.for-month-Auguste Enter date: 32- Invalid.date-for-month-August Enter.date:31- August 31, 2020- SUBMIT 1 of 1: Sat Jan 18 2020 01:34:18 GMT-0500 (Eastern Standard Time 1 Type your solution here…
Expert Answer
Answer to WORK AREA 9.05) Write a program that converts dates from numerical month/day/year format to nor- mal “month day, year” f…
Work Company Purchased Company B Company B Wants Maintain Old E Mail Addresses Domain Mark Q43855785
You work for Company A and have purchased Company B. Company Bwants to maintain their old e-mail addresses and domain formarketing purposes. Do you create a New Address Policy or Modifythe Default Address? NOTE: Here’s the text of the Real WorldScenario from P.334 Create a New Address Policy or Modify theDefault Address? “This is one of the questions we hear the mostoften: Should I create a new address list when I need to add a newSMTP domain, or should I simply modify the default address list?Let’s look at an example to illustrate when you need to use one orthe other. Also, keep in mind that only one email address policycan be applied to a new user that is created in your organization.When you create a new user, Exchange checks to see which policymatches the new recipient, based on conditions and filters. Ifmultiple policies apply to the user, it will apply only the policywith the highest priority and then ignore all others. If no custompolicies apply to the user, then the default policy is applied. (Apolicy must always be applied when you create a mailbox-enableduser, which is why you cannot remove or delete the default emailaddress policy.) Now on to our scenario. One of this book’s authorswas called in because “the Internet was broken and not sendingemails.” (We love those descriptions!) We quickly noticed that theorganization had five different email address policies. Eachaddress policy had a different SMTP domain and was configured toapply to all users. So, you now know that when a new user wascreated in their company, the user received only the highestpriority email address policy and was therefore assigned only asingle SMTP address that matched that policy. There is an easy fixto this: simply remove all the custom email address policies, andthen add the SMTP domains to the default email address policy. Thenreapply the policy and all users are assigned correct addresses. Sonow to answer the initial question: Create a custom email addresspolicy when you need to assign a separate SMTP domain to a subsetof your users. Modify the default email address policy when youwant to add domains to all users in your organization
Expert Answer
Answer to You work for Company A and have purchased Company B. Company B wants to maintain their old e-mail addresses and domain f…
Work Group Department Store Latest Analytics Shows Bug Allows Customers Go Credit Limit Co Q43859356
You work in the IT group of a department store and the latestanalytics shows there is a bug that allows customers to go overtheir credit limit. The company’s president has asked you todevelop a new algorithm to solve this problem.
Create your algorithm using pseudocode thatdetermines if a department store customer has exceeded their creditlimit. Be sure you gather the following inputs from the user:
- Account number
- Balance of the account
- Total cost of all the products the customer is looking topurchase
- Allowed credit limit
After you gather the inputs, make sure your algorithm calculatesif the user can purchase the products and provides a message to theuser indicating if the purchase is approved or declined.
Expert Answer
Answer to You work in the IT group of a department store and the latest analytics shows there is a bug that allows customers to go…