answersLogoWhite

0

What is Mark's height?

User Avatar

Van Von

Lvl 10
5y ago
Updated: 6/29/2021

Best guess is 5'6''- 5'7''

User Avatar

Kayley Johns

Lvl 10
4y ago

What else can I help you with?

Related Questions

What is a profilmeter?

a scanning tool that measures the depth or height of tool marks.


How tall am I if I'm 59 inches plus 6 more marks on the ruler?

It depends on the number of marks per inch. You can get measuring equipment with 8, 10, 16 or 32 marks per inch. Assuming there are 10 per inch, your height is 4 ft 11.6 inches.


How is a typographer's quotation mark different from a typewriter quotation mark according to Indesign Cs3?

A typewriter's quotation marks looks like feet/inches marks, much as displayed on this site (' or ") where typographer's quotation marks have the proper shape, similar looking to a comma but raised at quote mark height.


Why do men have stretch marks?

Yes, men can get stretch marks. Stretch marks, most often associated with pregnancy, can also be caused by obesity in both males and females. When people put on more weight than is healthy for their height and bone structure, the skin stretches to accommodate the excess pounds; therefore creating stretch marks


Do points have height and width but no depth?

A geometric "point" has no dimensions at all. It only marks a location, but it has no length, width, or height.


What does it mean when it says Draw a histogram for the marks of 40 students?

Drawing a histogram for the marks of 40 students means creating a graphical representation that displays the distribution of their scores. Each bar in the histogram represents a range (or bin) of marks, and the height of the bar indicates the number of students whose scores fall within that range. This visualization helps to easily identify patterns, such as the most common score ranges and the overall spread of marks among the students.


What are stretch marks from?

Stretch marks are formed by rapid stretching of the skin. Its caused by these major components: Growth (as in height or width), rapid weight gain, or pregnacy. You can fade them. You'll find many products on the market for stretch mark removal. Also, you can get laser treatment for harder ones.


Write a program to print grade of a student in C?

#include<iostream.h> #include<conio.h> void main() { clrscr(); int marks; cout<<"Enter Marks of Student="; cin>>marks; cout<<"Grade\n"; if(marks>0 && marks<50) cout<<"F"; else if(marks>=50 && marks<55) cout<<"C-"; else if(marks>=55 && marks<60) cout<<"C"; else if(marks>=60 && marks<65) cout<<"c+"; else of(marks>=65 && marks<69) cout<<"B-"; else if(marks>=69 && marks<71) cout<<"B"; else if(marks>=71 && marks<75) cout<<"B+"; else if(marks>=75 && marks<79) cout<<"B"; else if(marks>=79 && marks<84) cout<<"A"; else cout<<"A"; getch(); }


Why would an 11 year old get stretch marks?

An 11-year-old may develop stretch marks due to rapid growth during puberty, when the body undergoes significant changes and increases in height and weight. Factors such as genetics, hormonal changes, and even fluctuations in body composition can contribute to the appearance of stretch marks. Additionally, certain medical conditions or the use of corticosteroids can also play a role. While stretch marks are common and usually harmless, they can be a source of concern for some children as they navigate body changes.


Where do you put a period at the end of quotation marks or in the quotation marks?

In the quotation marks.


Passing marks for 100 marks test?

i got 45 marks tell me i m pass or failed.. 50 i passing marks ...


How do you take out percentage of marks?

Suppose a test is worth X marks and you get Y marks. Then your percentage marks are100*(Y/X).