In python:
##Specifies the range that the variable 'number' should change within
for number in range(2,10):
##Prints the decimal equivalent of each fraction
    print(1 / number)
        
             
        
        
        
Answer:
void delete_record(student_record *arr, int &size, int age, string name, double gpa) {
 int index = -1;
 if (arr != NULL && size > 0) {
 for (int i = 0; i < size; ++i) {
 if (arr[i].age == age && arr[i].name == name && arr[i].gpa == gpa) {
 index = i;
 break;
 }
 }
 }
 if (index != -1) {
 for (int i = index; i < size - 1; ++i) {
 arr[i] = arr[i + 1];
 }
 size--;
 }
}
 
        
             
        
        
        
Page orientation is the answer and can you please help me with my java questions
        
             
        
        
        
Poshmark is more than a shopping app. It is known to be a shopping applicationthat links a person to other people whose style one likes.
<h3>What is the aim of Poshmark?</h3>
Poshmark is known to be a shopping app that links a person to other people whose style one likes adore.
It is known to help one to easily shop for any of their closets and boutiques needs. They are known to have about 80 million community members in all of the U.S., Canada, and Australia.
learn more about Poshmark from
brainly.com/question/26258231