Answer:
import java.util.ArrayList;
import java.util.Scanner;
import java.util.Collections;
public class num4 {
public static void main(String[] args) {
int sum = 0;
Scanner in = new Scanner(System.in);
System.out.println("Enter number");
int num = in.nextInt();
ArrayList<Integer> list = new ArrayList<>();
while (num >= 0){
list.add(num);
System.out.println("Enter another positive number, enter a negative to stop");
num = in.nextInt();
}
int maximum = Collections.max(list);
int listSize = list.size();
for(int i:list){
sum = sum+i;
}
double average = (double) sum/listSize;
System.out.println("Maximum number entered is "+maximum);
System.out.println("Average of the number is "+average);
}
}
Explanation:
In this program:
- A Scanner class is used to receive user input and store in a variable
- A while loop with the condition while (num >= 0) is used to ensure only non-negative numbers are entered
- An ArrayList is created and used to store all the user's valid entries
- The Max Method in the Collections class is used to find the maximum value entered
- To find the average, a for loop is used to add all elements in the list and divide by the size of the list
- Finally the Average and maximum is printed out
Explanation:
<h2>hi dude 15 Alignment, font styles, and horizontal rules</h2><h2>Contents</h2><h2 /><h2>Formatting</h2><h2>Background color</h2><h2>Alignment</h2><h2>Floating objects</h2><h2>Float an object</h2><h2>Float text around an object</h2><h2>Fonts</h2><h2>Font style elements: the TT, I, B, BIG, SMALL, STRIKE, S, and U elements</h2><h2>Font modifier elements: FONT and BASEFONT</h2><h2>Rules: the HR element</h2><h2>This section of the specification discusses some HTML elements and attributes that may be used for visual formatting of elements. Many of them are deprecated.</h2><h2 /><h2>15.1 Formatting</h2><h2>15.1.1 Background color</h2><h2>Attribute definitions</h2><h2 /><h2>bgcolor = color [CI]</h2><h2>Deprecated. This attribute sets the background color for the document body or table cells.</h2><h2>This attribute sets the background color of the canvas for the document body (the BODY element) or for tables (the TABLE, TR, TH, and TD elements). Additional attributes for specifying text color can be used with the BODY element.</h2><h2 /><h2>This attribute has been deprecated in favor of style sheets for specifying background color information.</h2><h2 />
15.1.2 Alignment
<h3>It is possible to align block elements (tables, images, objects, paragraphs, etc.) on the canvas with the align element. Although this attribute may be set for many HTML elements, its range of possible values sometimes differs from element to element. Here we only discuss the meaning of the align attribute for text.</h3><h2 /><h2>Attribute definitions</h2><h2 /><h2>align = left|center|right|justify [CI]</h2><h3>Deprecated. This attribute specifies the horizontal alignment of its element with respect to the surrounding context. Possible values:</h3>
left: text lines are rendered flush left.
center: text lines are centered.
right: text lines are rendered flush right.
justify: text lines are justified to both margins.
The default depends on the base text direction. For left to right text, the default is align=left, while for right to left text, the default is align=right.
Answer:
Check the explanation
Explanation:
#include <stdio.h>
#include<ctype.h>
#include<string.h>
void MyToUpper(char *p)
{
int i;
for(i=0;i<strlen(p);i++)
{
p[i]=toupper(p[i]);
}
}
int main(void) {
char str[20];
printf("Enter a string:");
fgets(str,20,stdin);
printf("The string you entered was: %s\n",str);
MyToUpper(str);
printf("The string converted to uppercase is: %s\n",str);
fflush(stdin);
return 0;
}
Answer:
The Integrated video may not be working properly well or functioning well.
Explanation:
Solution:
In this case, it is known that the computer was working fine a night before the problem.
If the video cable is connected to a wrong video port, then the computer was unable to work previous night.the integrated video cord has not seated because most times it occurs, due to the heat sink in the card. after restoring the video cable to the video card port, it works.
If the video was disabled in BIOS/UEFI, it does not show video, even after restoring the cable.