Hello,

Para realizar o cadastro, você pode preencher o formulário ou optar por uma das opções de acesso rápido disponíveis.

Welcome Back,

Por favor, insira suas informações de acesso para entrar ou escolha uma das opções de acesso rápido disponíveis.

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Captcha Click on image to update the captcha.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

PergunteAqui Latest Questions

  • 0
Anônimo(a)

Alguem sabe 5 exemplos de Linguagens de programação.?

You must login to add an answer.

6 Answers

  1. Claro, existem centenas de linguagens de programação para os mais específicos fins

    5 exemplos, para te ajudar.

    Pascal
    http://en.wikipedia.org/wiki/Pascal_%28programming_language%29

    Assembly
    http://en.wikipedia.org/wiki/Assembly_language

    C
    http://en.wikipedia.org/wiki/C_%28programming_language%29

    Java
    http://en.wikipedia.org/wiki/Java_%28programming_language%29

    Python
    http://en.wikipedia.org/wiki/Python_%28programming_language%29

    Existem outras liguagens como HTML, Visual Basic, C++, C#, Fortran, Perl, Flash Script, Cobol, SQL.

    Se você procurar no Google ou na Wikipedia, irá achar muito mais conteúdo.

  2. Sério? Como assim 5 nomes ou 5 exemplos iguais feito em 5 linguagens?
    Hello World em Java:

    public class Main {
    public static void main(String args[]) {
    System.out.println(“Hello Wolrd”);
    }
    }

    Hello World em C:

    int main(int argc, char* argv[]) {
    printf(“Hello World”);
    }

    Hello World em C++:

    int main(int argc, char* argv[]) {
    cout << "Hello World"; }Hello World em C#:public class Main { public static void Main(string args[]) { System.Console.WriteLine("Hello World"); } }Hello World em PHP:

  3. C, C++, C#, Object Pascal, Basic, Haskell, Prolog, Java, javascript, VisualBasic, Python, Ruby, Scala, APL, K, J, G, F#, D, BrainFuck, False, Lisp, Ocaml, Squirrel, Lua, Oberon, Ada, Pascal, algol, ShellScript, Eifell, Smalltalk, tcl, perl, R, Mathematica, Matlab, Scilab, Octave, Objective-C, Simula, Erlang, Euphoria, Clipper, Cobol, PHP, ASP, Curl.

  4. Díficil nada, muito fácil 🙂

    – JavaScript

    – HTML

    – PHP

    – Assembly

    – C++

    Bom domingo e uma ótima tarde!

Related Questions