Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
struc t
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { struct bookStore { public string name; public int price; } public class Program { public static void Main(string[] args) { bookStore b=new bookStore(); b.name="Wings of fire"; b.price=100; Console.WriteLine("The book "+b.name+" will be sell at "+b.price+" only"); //Your code goes here // Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Jnl
P.I. Works
Func
DijkstraAlgo
jjj
String combinations
Robot_Testing
Download a .NET assembly, and execute a static, parameterless method.
bubble sort
Classes-and-Structures.cs