TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Elias Kaerhoeg
NA
2
2k
Sum of digits
Nov 13 2014 6:21 AM
I am trying to make this program to solve a homework problem the fun way but i got stuck
any help would be great, i just started a few days ago so dont make it to advanced
using
System
;
namespace
TESTS
{
class
Switch_test_1
{
static
void
Main
(
string
[]
args
)
{
Int64
input
=
10
;
int
output
;
while
(
input
<
10
){
#find the sum of digits and apply it to output
int
total
=
input
-
output
;
print
total
;
}
}
}
}
Reply
Answers (
1
)
Using C# DataGridview Data to SAP GUI in Windows Application
C# Calculation and Adding a symbol