Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Vídeo01 - Classe e Método
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Video01; namespace Semana3 { class Progrm { static void Main(string[] args) { Pessoa pessoa1 = new Pessoa(); Pessoa pessoa2 = new Pessoa(); Pessoa pessoa3 = new Pessoa(); //3 instancias da classe pessoa1.Nome = "Mila"; pessoa1.Sobrenome = "Esteves"; var IdadePessoa1 = Convert.ToInt32("20"); pessoa2.Nome = "Lucas"; pessoa2.Sobrenome = "Hecth"; var IdadePessoa2 = Convert.ToInt32("18"); pessoa3.Nome = "Biel"; pessoa3.Sobrenome = "Mol"; var IdadePessoa3 = Convert.ToInt32("18"); Console.WriteLine(pessoa1.ValidaIdade(IdadePessoa2)); Console.ReadLine(); } } }
run
|
edit
|
history
|
help
0
test
UPDJLJ87258 Orderby grouping understanding
sortowanie ( jaka )? wybor? confirm it!
SKYIES
Find smallest and largest integers in unsorted array
Unity First Person Controller
my cool stuff
Abstract Class
show IP
30272 Program Ex7_1 switch_int