Code Monkey home page Code Monkey logo

esercizi-di-programmazione-javascript's Introduction

Esercizi di programmazione gratuiti

Qui troverai una serie di esercizi di informatica divisi per argomento e difficoltà (facili, medi e difficili). Sono esercizi totalmente gratuiti che puoi risolvere, sia se sei un mio studente del Corso di Informatica: Programmatore Perfetto, sia se non stai seguendo le mie lezioni ma vuoi semplicemente esercitarti. Ho pensato di pubblicarli gratuitamente, proprio per dare a tutti la possibilità di fare molta pratica, dato che il modo migliore per imparare a programmare è proprio facendo pratica.

Goditi gli esercizi e... buona programmazione!

Esercizi su tipi di dato primari (stringhe e numeri)

  • Facili
    • Somma e media
    • Quanti anni ha?
    • Conta il tempo
    • Gatti in fila

Esercizi sulle condizioni (if e switch)

  • Facili
    • Pari o Dispari?
    • Maggiore e minore
    • Menu dei dolci
    • Conta le cifre
  • Medi
    • Caldo o freddo?
    • Chi l'azzecca?
    • Che giorno è oggi?
  • Difficili
    • Fai il professore
    • La calcolatrice

Esercizi sui cicli (for, while e do-while)

  • Facili
    • Rincorri la decina
    • Ti ricordi le tabelline?
  • Medi
    • Vinci tu!
    • Il calendario mediocre
  • Difficili
    • Rombo che stampa!

Esercizi sulle array

  • Facili
    • Invertimi
    • Tanti numeri
  • Medi
    • La tombola magica
    • Operazioni tra array
  • Difficili
    • Azzecca e azzera
    • Metti un po’ d’ordine

Esercizi sulle array multidimensionali

  • Facili
    • Procedi alla cieca
    • Le tabelline nel tabellone
  • Medi
    • Il sottosopra
    • Sommali tutti
  • Difficili
    • Righe o colonne?

Esercizi sulle funzioni

  • Facili
    • La funzione banale
    • Primo e ultimo
    • La difficoltà del fattoriale
    • Tick, tack, timer!
    • Indovina il giorno
  • Medi
    • Conta il numero
    • La bellezza della casualità
    • La funzione che sembra difficile
    • Il genio delle date
    • Pa-pa-pa lindomo
  • Difficili
    • Fai il sensitivo
    • I primi numeri… primi!

Esercizi sugli oggetti

  • Facili
    • Un bel garage
    • Verifica la data
  • Medi
    • La mia rubrica
  • Difficili
    • Il carcere di Gotham City

esercizi-di-programmazione-javascript's People

Contributors

albertoolla avatar marcomag89 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esercizi-di-programmazione-javascript's Issues

maggiore-o-minore.js

come posso determinare il numero maggiore e minore nell'esercizio (maggiore-o-minore.js) senza una funzione ma solo utilizzando dell condizioni?

Chiarimenti

Ciao Alberto, tu chiedi:

Scrivi un programma che:
- Prenda in input due numeri, N e M.
- Generi una matrice di NxM popolata di valori casuali compresi tra 1 e 100.
- Dichiari due array, l'array R di N elementi e l'array C di M elementi.
- Salvi, nell'array R le somme di ogni riga della matrice e nell'array C le somme di tutte le colonne.
- Stampi la matrice e i due array.

Esempio:
  Input: N = 2, M = 3
  Output:
    matrice =
    [
      [1, 50, 100]
      [1, 20, 40],
    ]

    array R = [152, 61]
    array C = [2, 70, 140]

R non dovrebbe essere [151, 61]?

Kim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.