
Enviado em 13/09/2017 - 08:37h
Olá Pessoal !
//-----------------------------------------------
// Display:
// ---------
//
// Summer Language: Hello World Test
//
// 505
// 215
// 230
// 231
//
//-----------------------------------------------
//
int a = 10, b = 20, c = 3, d = 5, i;
//
// YES: a "Hello World"
//
"\nSummer Language: Hello World Test\n\n";
250 + 255; // display: 505
a * b + c * d; // display: 215
// i = 230;
//
i = a * b + c * d + 15;
i; // display value of i: 230
function increment () {
i++; i;
}
increment ();
// argument 1: display the list of Variables
// argument 2: display the list of Functions
info (1);
Como atualizar sua versão estável do Debian
Cirurgia para acelerar o openSUSE em HD externo via USB
Void Server como Domain Control
Script de montagem de chroot automatica
Atualizar Linux Mint 22.2 para 22.3 beta
Jogar games da Battle.net no Linux com Faugus Launcher
Como fazer a Instalação de aplicativos para acesso remoto ao Linux
Por que passar nas disciplinas da faculdade é ruim e ser reprovado é b... (7)
De volta para o futuro - ou melhor, para o presente (parte 2) (0)









