Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
30272 Program Ex5_1 if else_2
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { Console.WriteLine("กรุณากรอกคะแนนสอบ : "); int score = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("คุณได้คะแนน : "+ score); string result = (score >= 50) ? "ยินดีด้วย คุณสอบผ่าน" : "คุณสอบตก"; Console.WriteLine(result); } } }
run
|
edit
|
history
|
help
0
Program A
Main 5.5
Cotton Farm 0.0.2.02
KeyValue pair C#
ggg
Dio
decimal to binary
Triangle
Swiss Infotech Tutorial
pattern2