👤

given the following structure definition: struct vector2d { float x; float y; }; write a program to achieve a number of 2d vector operations. your program will take the input with the following format option