Wrox Programmer Forums
|
BOOK: MCSD Certification Toolkit (Exam 70-483): Programming in C#
This is the forum to discuss the Wrox book MCSD Certification Toolkit (Exam 70-483): Programming in C# by Tiberiu Covaci, Rod Stephens, Vincent Varallo, Gerry O'Brien; ISBN: 978-1-118-61209-5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: MCSD Certification Toolkit (Exam 70-483): Programming in C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 28th, 2013, 01:05 PM
Registered User
 
Join Date: May 2013
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Chp2 - Test Question #1 (Error / Errata)

In chapter 2, question #1

Question: "You want to declare an integer variable called myVar and assign it the value 0. How can you accomplish this?"
Answer: "b. myVar = 0;"

This is incorrect. You haven't declared the variable, only assigned it a value. The answer should be: "d. int myVar = 0;"

Covaci, Tiberiu; Stephens, Rod; Varallo, Vincent; O'Brien, Gerry (2013-05-06). MCSD Certification Toolkit (Exam 70-483): Programming in C# (Kindle Locations 1702-1703). Wiley. Kindle Edition.
 
Old December 28th, 2013, 01:07 PM
Registered User
 
Join Date: May 2013
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ah, I just saw where it was posted in the errata. Trying to delete this thread, but don't see the option.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Errata on question 2 in chapter 2 rg703 BOOK: MCSD Certification Toolkit (Exam 70-483): Programming in C# 3 October 8th, 2013 03:16 AM
General question about errata MichielM BOOK: Beginning JavaScript and CSS Development with jQuery 15 May 1st, 2011 04:50 AM
Errata Entry Question corncrake BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 1 February 4th, 2008 07:26 AM
Chapter 9 Question - errata? feck BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 0 January 27th, 2007 04:10 PM
chp2 can't see header.php in directory sgibsonart BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 February 3rd, 2005 10:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.