Skip to content

Instantly share code, notes, and snippets.

@Ansarina
Last active October 22, 2015 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ansarina/8795d1ecbe3319aad0bd to your computer and use it in GitHub Desktop.
Save Ansarina/8795d1ecbe3319aad0bd to your computer and use it in GitHub Desktop.
Program Call2Vector
Real, dimension(3)::A, B, C
Print "Please enter A1,A2,A3"
Read A
Print "Please enter B1,B2,B3"
Read B
Call Add2Vector3D(A,B,C)
Print "C=", C
End Program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment