Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
222
! Creating a program to check whether the quadrilateral is rhombus or not Write(*,*)'enter the four length' Read(*,*)a,b,c,d e=max(a,b,c,d) f=a+b+c+d-e Write(*,*)'length of the four sides are',a,b,c,d if(e.gt.f.or.e.eq.f)then Write(*,*)'by these' else if(a.eq.b.and.b.eq.c.and.c.eq.d.and.d.eq.a)then Write(*,*)'s' Else Write(*,*)'thrsr' End if End if Stop End
run
|
edit
|
history
|
help
0
Ashish.txt
A_04 TRAPEZOIDAL RULE (3(I))
4
Example 45 175 page
Won rules summation 1 to 100 square namber
testcompiler.f90
Practice 2(I)
EXERCISE
নাজমুন নাহার
Q5