We will use Python for this task.
class addrestype(object):
# Constructor to initialize member variables
def __init__(self, addr, city, state, zip):
self.address = addr
self.city = city
self.state = state
self.zip = zip
# Function to print the address (overrides behavior of builtin "print")
def __str__(self): return self.address + ", " + self.city + ", " + self.state + ", " + str(self.zip)
Answer:
Following are the program in c language
#include<stdio.h> // header file
int main() // main function
{
int ar[10],k,biggest; // variable declaration
printf("Enter the ten values:\n");
for (k = 0;k < 10; k++)
{
scanf("%d", &ar[k]); // user input of 10 number
}
biggest = ar[0]; // store the array index of 0 into biggest variable
for (k = 0; k< 10; k++) // finding the biggest number
{
if (ar[k] >biggest)
{
biggest = ar[k];
}
}
printf(" biggest num is %d", biggest); // display the biggest number
return 0;
}
Output:
Enter the ten values:
12
2
4
5
123
45
67
453
89
789
biggest num is 789
Explanation:
Here we declared an array ar[10] of type int which store the 10 integer values.
Taking 10 integer input from the user in array ar .After that iterating the loop and finding the biggest number by using if statement and store the biggest number in biggest variable .
Finally display biggest number.
Answer:
A good Universal serial bus i use is a San Disk
Explanation:
others are a WD easystore, A samsung MUF-BA.... etc
<span>Define additional characteristics such as font weight or style for an html tag:
- attributes</span>
If you have glasses the liquid and cloth can be used to clean it. You spray the camera, then use the cloth to wipe it up. If you don't have them the dollar store should have some, or even places like Walmart and Maceys.