Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Formatted Output 001
!gfortran, gcc version 5.4.0 20160609 program hello implicit none real :: a,b,c,d CHARACTER :: aa,bb,cc,dd aa = "aa=" bb = "bb=" cc = "cc=" dd = "dd=" a = 1.1 b = 2.2 c = 3.3 d = 4.4 write(*,'(4a6)') aa,bb,cc,dd write(*,'(4f6.2)') a,b,c,d write(*,'(f4.2)') a end program hello
run
|
edit
|
history
|
help
0
G b
রাবেয়া সরকার রিমা 💙💚💛
Subroutine problem
Square even loop
Characteristics polynomial
A_04 GUASSIAN QUADRATURE METHOD FOR 3(I) AND 3(II)
finitos
A_03 EULER'S METHOD
Input Output formatting
The Sum of the chain (fortran)