Notes, abstracts, papers, exams and problems of Computers to Primary

Showing results 0 - 4 of 4 1

Clasified in Notes of Computers of Primary.

Written at November 25, 2009 on enEnglish with a size of 2,892 bytes.

  • industry in 16 century
  • the important industrial activities in the pre-industrial period were mining,wood,iron...
  • the workers guilds controlled the craftwork.they controlled all the production proces the prices and conditions.
  •  iron and shipbilding
  • water energy sources iron ore deposits wood
  • in the mountains and later around the water sources
  • smithies haizeola (herrero)
  • casa de contratacion
  • set up in 1503
  • the house of trade
  • to control all the spanish colonization and exploration
  • it was in seville
  • there was also navigation school
  • torre de oro
  • it was in seville
  • in the 13 century
... (Continue)
Karma: -1%
25 Hits

Clasified in Notes of Computers of Primary.

Written at March 31, 2010 on enEnglish with a size of 921 bytes.

2:GOES,ARE DANCING,IS WEARING,RELAXES,IS PLAYING/3:SHE USUALLY GETS UP AT 7.00:SHE DOESN´T NORMALLY WALK TO SCHOOL:SHE OFTEN STUDIES THE AFTERNOON:SHE DOESN´T NORMALLY HAVE LUNCH AT SCHOOL:SHE USUALLY GOES TO THE GYM/4:HE IS SLEEPING:SUSANA ISN´T WACHING TV:ARE THE STUDENTS PLAYING BASKETBALL:WE ARE HAVING A GREAT TIME:PAOLO ISN´T WAITING FOR THE BUS GO TO THE GYM/5:ANY,A,ANY/10:THERE´S SOME WATER



 SOME,AN/6:THERE´S SOME:THERE´S A:THERE AREN´T ANY:THERE´S AN:THERE´S ISN´T ANY/7:CAN YOU,YOU MUSTN´T,CAN PLAY IT,MUST CAN,YOU/9:ON,UNDER,NEXT TO,BEHIND,NEXT  MUST DEL 7/8:MILK,WATER,MONEY,PETROL,PAPER/10:DO YOUR HOMEWORK,YOU MUST´N SMOKE,DON´T TOUCH THE ANIMALS,YOU MUST STUDY EVERY DAY,THAY AREN´T HAVING A PARTY,THERE ISN´T ANY MILK,SHE ALWAYS PRAYS,WHO ARE HUNTING,HE OFTEN PLAYS AN INSTRUMENT

Karma: -4%
5 Hits

Clasified in Notes of Computers of Primary.

Written at April 26, 2010 on enEnglish with a size of 873 bytes.

import java.text.DecimalFormat;

import java.util.Scanner;

/** * @author Jorge Junior * */

public class Aula02e4 { public static void main(String[] args) {

Scanner s = new Scanner(System.in);

System.out.println("Digite o valor do salario:");

float salario = s.nextFloat();

System.out.println("Digite o valor de KW consumidos:");

float kw = s.nextFloat();

float valorkw = (salario * 1) / 5;

float consumo = valorkw * kw;

float desconto = consumo - (consumo * 15) / 100;

DecimalFormat df = new DecimalFormat("#.00");

System.out.println("O valor do kw e:" + df.format(valorkw));

System.out.println("O valor do consumo a pagar e:" + df.format(consumo));

System.out.println("O valor com desconto de 15% e:" + df.format(desconto));

}

}

Karma: -6%
1 Hits

Clasified in Notes of Computers of Primary.

Written at April 26, 2010 on enEnglish with a size of 1,487 bytes.

import java.util.Scanner;

/** * */ /** * @author jjunior * */

public class Aula05e4 { public static void main(String[] args){

float Salario, NovoSalario,taxa;

Scanner scan = new Scanner(System.in);

String nome,EntSalario;

System.out.println("Digite o nome do funcionário");

nome = scan.nextLine();

String s1 = nome;

s1 = s1.toUpperCase();

System.out.println("Digite o salario do funcionário");

EntSalario = scan.nextLine();

Salario=Float.parseFloat(EntSalario);

if (0<=Salario || 400 >=Salario){

NovoSalario=0.15f*Salario+Salario;

taxa=0.15f;

}

else

if (401<=Salario || 700>=Salario){

NovoSalario=0.12f*Salario+Salario;

taxa=0.12f;

}

else

if (701<=Salario || 1000>=Salario){

NovoSalario=0.1f*Salario+Salario;

taxa=0.1f;

}

... (Continue)
Karma: -6%
1 Hits
1
© Wikiteka, 2010
Chuletas  |  Apuntes