Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Vídeo01 - Main
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Semana3; namespace Video01 { public class Pessoa { //atributos de uma classe public string Nome; public string Sobrenome; public int Idade; public string CPF; public int Altura; public int Peso; //metodocda classe pessoa //se for pra retornar string = string //se não for pra retornar nada = void //se for pra retornar int = int public string ValidaIdade(int Idade) { if (Idade > 18) { return "O usuário pode ser cadastrado."; } else { return "O usuário não pode se cadastrar."; } } } }
run
|
edit
|
history
|
help
0
learning1
Fórum ➡ What values have the greatest frequency? ♦
xpath select element code
lookup test
Hex_Base64
Using System.Reflection to find Property Name and Value of any Generic class
Fórum ➡ Border of a string S with at least 3 non-overlapping solutions ( yield version ) ♦
two words are anagrams
MultiThreading and CancellationToken
Composition