<< Prev Showing: 276-280 of 353 Next >>
· 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 ·Write a program, using C++ that prints to screen the results of dividing 23 by 5, where 23 and 5 are ints. Provide the results of what was printed to screen via comments in the program ; need in hardcopy.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
142904
OTA ID:
102833
Write a C++ program that outputs appropriate messages for matching grouping symbols, such as parentheses and braces, in the input arithmetic expression. For example, the expression "{25+(3-6)*8}" contains matching grouping symbols (curly braces and parentheses), while in case of "[25+{3-6)*8]" only matching grouping symbols are square brackets and curly brace and parentheses are unmatched.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
145425
OTA ID:
105381
In the Diffie-Helman protocol, g=7, p=23, x=3, and y=5. a) What is the value of the symmetric key? b) What is the value of R1 and R2? Possible Variations of the initial data 1) g=5, p=19, x=7, and y=3 2) g=11, p=31, x=3, and y=9 3) g=7, p=43, x=5, and y=7
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
147839
OTA ID:
101298
Using top-down, stepwise refinement, create an algorithm for making toast, frying eggs, baking a cake, or ordering pizza. How might algorithms be beneficial in your future profession?
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
147952
OTA ID:
105035
Please apply the following formula below to the program so it works correctly! The following formula is used to calculate the fixed monthly payment (P) required to fully amortize a loan of L dollars over a term of n months at a monthly interest rate of c. [If the quoted rate is 6%, for example, c is .06/12 or .005]. P = L[c(1 + c)n]/[(1 + c)n - 1] I am currently getting the following errors Number found where operator expected at calc.cgi line 38, near "#P = Lr(1+r/1200" (Might be a runaway multi-line // string starting on line 15) (Do you need to predeclare P?) Unquoted string "n" may clash with future reserved word at mor_calc.cgi line 38. Unquoted string "r" may... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
150301
OTA ID:
104038
<< Prev Showing: 276-280 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.1115 seconds