Answer:
i am still a beginner in this but i hope it helps.
- add scanner object;
- declare string FavColour;
- print msg to ask user for input
- print msg (" your favourite colour is " + FavColour)
It helps to keep things organized
Answer:
A. An attacker could potentially perform a downgrade attack.
E. The IPSec payload reverted to 16-bit sequence numbers.
Explanation:
When both strong and weak ciphers are configured on a VPN concentrator, the following are likely to occur;
An attacker could potentially perform a downgrade attack
The IPSec payload reverted to 16-bit sequence numbers
She would put more acres of crop b as it makes more money per acre which will give her a better investment
In Python, assume that a file containing a series of integers is named numbers.txt and exist on the computer's disk. Write a program that reads the entire numbers store in the file and calculates their total.
Here is what I have written but it does not run:
def. main():
out file=open('numbers.txt','r')
temp=outfile.readline()
total=0
while temp!='':
t=int(temp)
total=total+i
temp=outfile.readline()
outfile.close()
print('Total sum is:',total)
main()
Text file is a file named numbers.txt with the numbers 1-50 in it
Learn more:
- The sum of three consecutive integers is 186. what are the integers
brainly.com/question/1768254
Keywords: python, integers, computer, numbers, program