Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

c# console application
No replies
User offline. Last seen 25 weeks 15 hours ago. Offline
Joined: 03/15/2010


anyone who can help us in our examination...we are graduating students...
we are asked to the following...

1. Create a C# Console Application program that will accept a whole number as input, and will print the number of each type of denomination it takes to equal the given input. Use the denominations 500, 100, 50, 20, 10, 5, 1.

Example

Enter amount : 137

Denomination Result :
500: 0
100: 1
50: 0
20: 1
10: 1
5: 1
1: 2

2.Create a program that will accept a sentence and count the number of vowels, consonants and determine the length of the sentence. The space is included.

Example

Sentence : The quick brown fox jumps over the lazy dog

Number of Vowels : 11
Number of Consonants : 32
Length of the Sentence : 43

need immediate response for us to be graduated...
thanks a lot...




Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...