Published by admin on September 15, 2020 COMP122Structured ProgrammingProblem01:ConstructaC++programthatpromptstheuserforaninput(anumber)thenfindsthe numberintheFibonaccisequenceofnumbers.BydefinitionthefirsttwonumbersintheFibonaccisequenceare0and1andeachsubsequentnumberisthesumofthe previoustwo.YourcodewillinvolveEmbeddedLoopsuseWhileforthefirstoneand FORloopforthesecondone.Problem01:ConstructaC++programthatpromptstheuserforaninput(anumber)thenfindsthe numberintheFibonaccisequenceofnumbers.YourcodewillinvolveEmbedded LoopsuseWhileforthefirstoneandFORloopforthesecondone.see the attachment below