The answer is A. True
Because soft skills are:
1) Good communication skills
2) Team work
3) Positive attitude
4) Self confidence
5) Ability to learn from criticism
6) problem solving skills
7) patience
8) leadership quality
I hope the answer is clear
Answer:
1 will be stored in result
Explanation:
Given
The lines of code
Required
Determine the value stored in result
The value stored in result is determine by the condition (x<3 && y ==6)
In the first line, the value of x is 2 and the value of y is 6
So: x<3 is true because x = 2 and 2 is less than 3
y == 6 is also true because y = 6 and 6 is equal to 6
So, the condition (x<3 && y ==6) is true and true will be saved in variable result
Because result is a Boolean variable which can only take true or false value
1 represents true
0 represents false
<em>So, 1 will be stored in result</em>
SUWIDHA stands for Single User-friendly Window Disposal & Help-line for Applicants.
Hope it helps
Answer:
Written in Python:
dollars = int(input("Amount: "))
numFive = int(dollars/5)
numOnes = dollars%5
print(str(dollars)+" yields "+str(numFive)+" fives and "+str(numOnes)+" ones.")
Explanation:
This line prompts user for input
dollars = int(input("Amount: "))
This line calculates the number of 5 that can be gotten from the input. This is done using integer division
numFive = int(dollars/5)
This line gets the remaining ones. This is done by using the modulo sign to get the remainder when input is divided by 5
numOnes = dollars%5
This line prints the required output
print(str(dollars)+" yields "+str(numFive)+" fives and "+str(numOnes)+" ones.")
Explanation:
1. make sure you've saved the video to your iPhone .
2. open the classroom app and locate the class you are to summit it
3. then, click the assignment comment and you see add an attachment.
4. it will bring a list, click files.
5. then in the next list, click photo.
6. then the list of the videos and pictures in your phone will show, click the video.
7. wait , because it might take a few minutes to upload.
8.after that, click hand in.
9. then, it will show a mark that the video has been handed in.