Thanks a lot man! I appreciate it!
B Sho
Posts
-
Need help with this Pseudocode -
Need help with this PseudocodeI am unsure how to write this pseudocode altogether lol.
-
Need help with this PseudocodeHi I am in a college programming class and I am kind of confused how to write this pseudocode. It says "Write the pseudocode for problem 9-2.5" 9-2.5- Prompt the user to input a temperature in the Fahrenheit scale. Then display its equivalent in the Celsius scale. Repeat until a temperature of 9999 is entered. Example Preudocode: INPUT length, width LET area = length * width OUTPUT area or LET count = 1 LET total_area = 0 DO WHILE count < = 4 INPUT length, width LET area = length * width LET total_area = total_area + area LET count = count +1 LOOP OUTPUT total_area
-
Need help with C++ programming.Thank you! I understand what I did wrong... i needed a single statement, not a multiple statement. Thanks again.
-
Need Help for Set Theory, for college class!Thank you
-
Need help with C++ programming.I wanted to verify if I am right on this question for college class. #6. Write a single statement that assigns the values 99, 100 and 88 to an integer array named TestScores. Use the C++ notation used for the “lotterynumbers” array. (4 points) I came up with... int TestScores[5]; TestScores[0] = 99; TestScores[1] = 100; TestScores[2] = 88; Correct me if I am wrong :) Thank you.
-
Need Help for Set Theory, for college class!I think I figured it out. A = {1,2,3,4,5} B = {2,4,6,8,10} A U B = {1,2,3,4,5,6,8,10} Correct me if I'm wrong. :)
-
Need Help for Set Theory, for college class!I look at this stuff and I don't understand :( blah
-
Need Help for Set Theory, for college class!Hi I need help with Set Theory. I am in a Programming class in college and I don’t understand this question at all! If you could help me, I would appreciate it.
Write three statements about sets. The first defines set A with values 1, 2, 3, 4 and 5. The second defines set B with the values 2, 4, 6, 8 and 10. The third lists the union of sets A and B. (Use the uppercase letter U to signify union.)
Thank you
-
Need Help for Set Theory, for college class!Hi I need help with Set Theory. I am in a Programming class in college and I don’t understand this question at all! If you could help me, I would appreciate it.
Write three statements about sets. The first defines set A with values 1, 2, 3, 4 and 5. The second defines set B with the values 2, 4, 6, 8 and 10. The third lists the union of sets A and B. (Use the uppercase letter U to signify union.)
Thank you