Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Create Sealed Class Object
Lambdas
Sorting Square Problem
Intuit // C# // Lecture_4 // Laba_#2 _ZAD#2
IComparable extensions: Between
yari
Retirar valores das tags de um XML padrão TISS/ANS SIB
to find the first index of a substring in a given string
Raiz Cuadrada
Bubble Sort
Please log in to post a comment.