New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

Matrículas

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Matrículas

Fill in the Blanks

Played 2 %Accuracy 0 Average time 00:29

About this activity

Considere um programa que lê os dados de N matrículas (N inserido pelo utilizador) e, de seguida, mostra esses dados e o valor das propinas.
O valor das propinas da licenciatura corresponde a 10% do valor base e do mestrado a 20% do valor base.
Preencha os espaços vazios, com o código em falta, de modo a que o programa funcione de acordo com o solicitado

Created by

Portugal

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Matrículas
 

Fill in the Blanks

MatrículasOnline version

Considere um programa que lê os dados de N matrículas (N inserido pelo utilizador) e, de seguida, mostra esses dados e o valor das propinas. O valor das propinas da licenciatura corresponde a 10% do valor base e do mestrado a 20% do valor base. Preencha os espaços vazios, com o código em falta, de modo a que o programa funcione de acordo com o solicitado

by Carla Jesus
1

class Matricula
{
public int Processo { get ; protected set ; }
public string Nome { get ; protected set ; }
public double ValorBase { get ; protected set ; }
public DateTime Data { get ; protected set ; }

Matricula ( )
{ }

protected ( int processo , string nome , double valorBase , DateTime data )
{
Processo = processo ;
Nome = nome ;
ValorBase = valorBase ;
Data = data ;
}

public double CalcularValorPropina ( ) ;

public string MostrarDados ( )
{
" Processo : " + Processo + " Nome : " + Nome + " Valor base : " + ValorBase + " Data : " + Data ;
}
}
}

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.