Tecnología y Electrónica, pregunta formulada por danielsanchez311, hace 11 meses

Para N calificaciones de un estudiante , asociadas a N componentes que se encuentra cursando, realizar un algoritmo que permita determinar Cuantos componentes aprobó. Cuantos componentes no aprobó. El promedio de sus calificaciones. El promedio de los componentes aprobado. El promedio de los componentes no aprobados.

Respuestas a la pregunta

Contestado por 73564604
1

Respuesta:width: 100%;

   height: 100%;

   position: fixed;

   top: 60px;

   left: 0;

   z-index: 101;

   background-color: #ebf2f7;

   -webkit-transition: opacity .6s linear;

   transition: opacity .6s linear;

}

* {

   -webkit-box-sizing: border-box;

   box-sizing: border-box;

}

user agent stylesheet

div {

   display: block;

}

body {

   -webkit-font-smoothing: antialiased;

   -moz-osx-font-smoothing: grayscale;

   font-size: 1rem;

   font-family: "ProximaNova","Helvetica","Arial",sans-serif;

   line-height: 1.5rem;

}

html {

   font-family: sans-serif;

   -ms-text-size-adjust: 100%;

   -webkit-text-size-adjust: 100%;

}

html {

   font-size: 16px;

}

*::before, *::after {

   -webkit-box-sizing: border-box;

   box-sizing: border-box;

}

*::before, *::after {

   -webkit-box-sizing: border-box;

   box-sizing: border-box;

}

Explicación:ASI SE INPECCIONA :3 CORONITA PORFA

Otras preguntas