100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
NIU CSCI 240 Exam 2 MC Questions and Correct Verified Answers Latest Version $11.49   Add to cart

Exam (elaborations)

NIU CSCI 240 Exam 2 MC Questions and Correct Verified Answers Latest Version

 0 view  0 purchase
  • Course
  • NIU CSCI
  • Institution
  • NIU CSCI

Write a complete function called calcTriArea that will calculate and return the area of a triangle. It takes two float/double values: the base and height as its arguments. The area of a triangle is one-half the base times the height. double calcTriArea(double base, double height) { re...

[Show more]

Preview 3 out of 16  pages

  • October 14, 2024
  • 16
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • NIU CSCI
  • NIU CSCI
avatar-seller
MASTER01
1 | P a g e | © copyright 2024/2025 | Grade A+




NIU CSCI 240 Exam 2 MC Questions
and Correct Verified Answers Latest
Version
Write a complete function called calcTriArea that will calculate and return

the area of a triangle. It takes two float/double values: the base and height

as its arguments. The area of a triangle is one-half the base times the height.


✓ double calcTriArea(double base, double height)



✓ {



✓ returns .5* base* height;



✓ }




Write a complete function called findLarge that will return the larger of two

integers. It takes two integers (the values to be compared) as its arguments.




Master01 | September, 2024/2025 | Latest update

, 1 | P a g e | © copyright 2024/2025 | Grade A+

✓ int findLarge(int val1, int val2)



✓ {



✓ if (val1> val 2);



✓ return val 1;



✓ return val 2;



✓ }




A function exists called calc(). It takes two integer arguments and returns a

real result. Assume the following declarations:


int a = 4, b = 5;


Write a single statement that will print the result of calling calc() with these

arguments.


✓ cout<<Calc(a,b);




A function knows _______ about the calling code.


Master01 | September, 2024/2025 | Latest update

, 1 | P a g e | © copyright 2024/2025 | Grade A+

✓ nothing




T/F Every function must return a value.


✓ False




What is the ASCII value of the character '1'?


✓ 49




What will happen if a char is cout'd as an int?


✓ the ASCII value of the character will be displayed




Write a cout statement to display the ASCII value of the character stored in a

char variable called ch. Assume that ch has been properly declared and

contains a value.


✓ cout<<(int)ch;




Write a switch statement to print out a string depending on the value of a char

variable called ch. If




ch is 'a' print "excellent"



Master01 | September, 2024/2025 | Latest update

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller MASTER01. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $11.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

79978 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$11.49
  • (0)
  Add to cart