Starting Out With Visual C# -Tip Calculator (Intro To Visual C#) – Windows Forms



Starting Out With Visual C# -Tip Calculator (Intro To Visual C#) – Windows Forms

Starting Out With Visual C# -Tip Calculator (Intro To Visual C#) - Windows Forms

The following exercise are just a small sample of exercises taken from my new course “Starting Out With Visual C#: Coding Exercises for Beginners”.
The course goes over every exercise (95 altogether) from the popular C# textbook “Starting Out With Visual C#” by Tony Gaddis.

http://bit.ly/2o8SuY8

This is a beginner’s course to coding Windows Forms using C#. We start with basic exercises building Windows Forms GUI, and then move on to conditional statements, loops, collections, classes and objects, and databases.

I lead you through a complete solution to every exercise, and of course, provide all source code to each solution.

The price for the course is $35, but for students of my C# course I am offering a 70% discounted introductory price of just $10. Just use the coupon code “CsharpYT10” at checkout, or click here:

http://bit.ly/2o8SuY8

The course is a large collection of C# WinForm exercises, perfect for those studying C# at school, those who are self-taught and want to put theory into practice, those who know some C# but are not familiar with WinForms, and those, who believe the saying “practice makes perfect”.

Hope to see you at the course.

Tip, Tax, and Total Create an application that lets the user enter the food charge for a meal at a restaurant. When a button is clicked, the application should calculate and display the amount of a 15 percent tip, 7 percent sales tax, and the total of all three amounts.

Comments are closed.