Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

B Sho

@B Sho
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need help with this Pseudocode
    B B Sho

    Thanks a lot man! I appreciate it!

    Algorithms help tutorial

  • Need help with this Pseudocode
    B B Sho

    I am unsure how to write this pseudocode altogether lol.

    Algorithms help tutorial

  • Need help with this Pseudocode
    B B Sho

    Hi 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

    Algorithms help tutorial

  • Need help with C++ programming.
    B B Sho

    Thank you! I understand what I did wrong... i needed a single statement, not a multiple statement. Thanks again.

    C / C++ / MFC c++ data-structures help question

  • Need Help for Set Theory, for college class!
    B B Sho

    Thank you

    C / C++ / MFC help question

  • Need help with C++ programming.
    B B Sho

    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.

    C / C++ / MFC c++ data-structures help question

  • Need Help for Set Theory, for college class!
    B B Sho

    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. :)

    C / C++ / MFC help question

  • Need Help for Set Theory, for college class!
    B B Sho

    I look at this stuff and I don't understand :( blah

    The Lounge help question

  • Need Help for Set Theory, for college class!
    B B Sho

    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

    The Lounge help question

  • Need Help for Set Theory, for college class!
    B B Sho

    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

    C / C++ / MFC help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups