Answer:
Code below
Explanation:
n = int(input('Please enter n: '))#take input n
print('please enter the numbers')#print enter the numbers
total = 0 #intially take total as 0
original_total = 1 #intially take original_total=1
for i in range(2, n+1): #take the range 2 to n+1
total += int(input('Please enter a number: ')) # add total and enter the number
original_total += i
missing = original_total - total #you got missing number original_total - total
print('The missing number is: ' + str(missing)) # print missing number in the given data
Answer: here
Explanation:
Hi James- you weigh 82.5 kilos. Please enter your name and weight. Connor 78 Not enough info to convert. Please enter your name and weight. Connor 78 kilos Hi Connor-you weigh 171.9 pounds. Please enter your name and weight.
<span>END POINT : Snaps to the closest endpoint or corner of a geometric object. MID POINT : Snaps to the midpoint of a geometric object. CENTER : Snaps to the center of an arc, circle, ellipse, or elliptical arc.</span>
Answer:
A site structure that contains multiple links to individual pages, allowing visitors to go through multiple paths to the site is called <u>Multidimensional website architecture</u>
Explanation:
There are different types of website architecture. One of them is multidimensional website architecture. In Multidimensional architecture, Multiple links of the websites pages are given on the a page and each page contain the multiple links of the website. in this architecture from any page of the website we can access the other page of the website.
for example
On Wikipedia, we search some topic named as website architecture, the website architecture shows on the screen. On this page, there are different link of pages such as sequential website architecture, multidimensional website architecture and Hierarchical website architecture. If click one of the link such as Hierarchical website architecture, the page of Hierarchical website architecture will open and show on the screen. This page also contains different pages links. These links may include the main page link of website architecture. This is called Multidimensional Architecture.