GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Given a vector, write a program to find and display the seco…

Given a vector, write a program to find and display the second largest even number present in the vector. Note that numbers can repeat themselves in the vector. For example, in the vector [97 4 88 43 2 57 97 88 5 2 4 2], the program should display 4 as it is the largest even number after 88. Note that you cannot use sort() and unique() commands.  vec = input(‘Enter the vector: ‘);

Read Details

2.2 ¿Cuántos caballos hay?  (1)

2.2 ¿Cuántos caballos hay?  (1)

Read Details

3.3 A José le gusta una ensalada pequeña.     (1)

3.3 A José le gusta una ensalada pequeña.     (1)

Read Details

This is an extra essay question if needed. Do not use if not…

This is an extra essay question if needed. Do not use if not necessary.

Read Details

1.5 Name two Human and two Physical reasons for the annual…

1.5 Name two Human and two Physical reasons for the annual floods in southeast Asia (4)

Read Details

clc; clear;vec = [11 12 22 23 13 44 11];vec = sum(find(vec(e…

clc; clear;vec = [11 12 22 23 13 44 11];vec = sum(find(vec(end:-1:end-3) < 15));disp(vec);

Read Details

QUESTION 2 – LOS ANIMALES DE LA GRANJA Lee el siguiente t…

QUESTION 2 – LOS ANIMALES DE LA GRANJA Lee el siguiente texto y elige la respuesta correcta para cada pregunta. Read the following text and choose the correct answer for each question. Hola, Me llamo Marina y vivo en una granja con mi familia. Hay muchos animales en la granja. Hay tres vacas, dos caballos y cinco cerdos. Hay cuatro ovejas en la granja. Las ovejas nos dan lana, y las vacas nos dan leche. Tengo una cabra como mascota. Mi cabra se llama Mika y es blanca y negra. Saludos, Marina                                                       Word count: 60

Read Details

Vraag 2 Thembi se ma wil ry om vars brood (fresh bread) by d…

Vraag 2 Thembi se ma wil ry om vars brood (fresh bread) by die bakkery te kry. Skryf vir haar die aanwysings (directions) om van haar huis tot by die bakkery te ry. Gebruik die oranje roete (orange route) vir jou instruksies. (5)

Read Details

clc; clear;mat = cat(2, zeros(2,2), zeros(2,3));mat(2,2) = 5…

clc; clear;mat = cat(2, zeros(2,2), zeros(2,3));mat(2,2) = 51;mat(5) = 6;mat(2,4) = mat(2,2);disp(mat(1,3) + mat(8));

Read Details

3.1 A Nerea le gustan las verduras.     (1)

3.1 A Nerea le gustan las verduras.     (1)

Read Details

Posts pagination

Newer posts 1 … 48,227 48,228 48,229 48,230 48,231 … 70,487 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top