Run Code
|
API
|
Code Wall
|
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
Generics Operator test
Random Integers
Vowel
partial method
Create DataBindings
scasdxcd
MIXED CONTENT - string and numbers separation in a large string
Calculadora
Group by Example
Konakubo Wall