Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
code for part 4 gogoaim
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int amount, bags, remainder ; Console.WriteLine("enter number of glases"); amount = int.Parse(Console.ReadLine()); bags = amount/20 ; remainder = amount%20 ; Console.WriteLine(bags) ; Console.WriteLine(remainder) ; } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
try base generic test
HashSet implementation
asdf
ejemplo c# 2
Cast int to enum in C#
Using Events/Delegates to Subscribe To A Service - Emails
Конструктор класса
ffsfsfsfsfsferwfehtyjrvgjb
abebe
Gerador de Matriz Data
Please log in to post a comment.