CS 46A Lab 5, Getting Help
Problems
Name:
CS46A Instructor:
1. Copy a snapshot of the MSDN library viewer displaying the SJSU Math and Computer Science web page into a word processor document. Print and submit the document. The URL of the web page is http://www.mathcs.sjsu.edu.
2. How many times does Bjarne Stroustrup's name appear in the MSDN library? (He invented C++.)
# Bjarne Stroustrups =
3. Does the word "dog" appear in the MSDN library? What about cat? Pig? Goat? Squid? Monster?
# dogs =
# cats =
# pigs =
# goats =
# squids =
# monsters =
3. Use the MSDN library to write a program that displays the maximum and minimum values for char, int, and float. Submit a printout of the program output.
4. Use the MSDN library to write a program that displays the current date and time. Submit a printout of the program output.
5. Use the MSDN library to determine the ASCII code for '?'?
ASCII code for '?' =