Question
If point F comes exactly between points Y and Z, then
find the distance between F and M? Waseem walks 6m in south direction from point X then takes a right turn and walks a distance of 8m and reached point Y. From there it reaches point Z by walking 12m in the east direction. After that he turns right and walks 7m to reach point A. From there he again takes a right turn and walks for 6m and then stops there which is called point M.Solution
Waseem walks 6m in south direction from point X then takes a right turn and walks a distance of 8m and reached point Y. From there it reaches point Z by walking 12m in the east direction. With the given hints, following movement can be drawn: After that he turns right and walks 7m to reach point A. From there he again takes a right turn and walks for 6m and then stops there which is called point M. With the given hints, following movement can be drawn:
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What does $# represent in a shell script?
Extended globbing in bash allows:
In Bash, which syntax is used for arithmetic expansion?
Which symbol is used for logical AND in shell scripting?
What does $# represent in a shell script?
Which command is used to find the number of lines, words, and characters in a file?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which command is used to display the current working directory in a Unix-like operating system?
Which command is used to display the contents of a file in Linux?