当前位置: 首页 > news >正文

张店做网站网络舆情信息

张店做网站,网络舆情信息,西安企业100强,烟台网站建设网站1.封装一个股票(Stock)类,大盘名称为上证A股,前一日的收盘点是2844.70点,设置新的当前值如2910.02点,控制台既要显示以上信息,又要显示涨跌幅度以及点数变化的百分比。运行效果如下:…

1.封装一个股票(Stock)类,大盘名称为上证A股,前一日的收盘点是2844.70点,设置新的当前值如2910.02点,控制台既要显示以上信息,又要显示涨跌幅度以及点数变化的百分比。运行效果如下:

package zhtestdemo;
import java.util.Scanner;
import java.text.DecimalFormat;

public class demo {  //创建类,类名叫demo;
private Stock stu =new Stock();//创建封装Stock类对象
public void Zhishu(double num) {
    stu.output(num);
}
public static void main(String[] args) {
    demo de=new demo(); //实例化demo函数,创建demo对象
    Scanner sc=new Scanner(System.in);
    System.out.println("请输入当前上证A股的股指数:");
    double num=sc.nextDouble();
    System.out.println('\n'+"解析的结果如下:");
    System.out.println("——————————————————————————————————————————————————————————————————————————————————");
    System.out.println("大盘名称"+'\t'+'\t'+"前一日收盘指数"+'\t'+'\t'+"当日当前指数"+'\t'+"涨跌幅度"+'\t'+'\t'+"涨跌比率");
    System.out.println("——————————————————————————————————————————————————————————————————————————————————");
    de.Zhishu(num);//调用Zhishu函数;
}
    class Stock{
        private String name; //声明大盘名称属性
        private double shoupan_num; //前一日收盘指数属性;
        private double current_num;//当日当前指数属性
        private double zhangdie_num;//涨跌幅度属性
        private double zhangdie_rate;//涨跌比率属性    
        public Stock() {
            this.name="上证A股";//大盘名称叫上证A股
            this.shoupan_num=2844.7;//前一日收盘指数2844.7    
        }
        private void output(double num) {//输出
            this.current_num=num;//当日当前指数
            this.zhangdie_num=num-2844.7;//涨跌幅度
            this.zhangdie_rate=zhangdie_num/shoupan_num*100;//涨跌比率
            DecimalFormat decimalFormat1 = new DecimalFormat("#0.##"); // 设置格式为保留两位小数
            DecimalFormat decimalFormat2 = new DecimalFormat("#.####"); // 设置格式为保留四位小数
            String formattedNumber1 = decimalFormat1.format(zhangdie_num); // 将数字按指定格式转换成字符串
            String formattedNumber2 = decimalFormat2.format(zhangdie_rate); // 将数字按指定格式转换成字符串
            System.out.print(name+'\t'+'\t'+shoupan_num+"点"+'\t'+'\t'+'\t'+current_num+"点"+'\t'+"上涨"+formattedNumber1+"点"+'\t'+"上涨"+formattedNumber2+"%");
        }
        
    }
}
 


文章转载自:
http://dinncogreenly.stkw.cn
http://dinncobitterly.stkw.cn
http://dinncoeconomize.stkw.cn
http://dinncoglower.stkw.cn
http://dinncoanuresis.stkw.cn
http://dinncowoorali.stkw.cn
http://dinncoglost.stkw.cn
http://dinncowholehearted.stkw.cn
http://dinncododdery.stkw.cn
http://dinncomillstone.stkw.cn
http://dinncoporiferous.stkw.cn
http://dinncomarchese.stkw.cn
http://dinncotaleteller.stkw.cn
http://dinncolegitimize.stkw.cn
http://dinncokochi.stkw.cn
http://dinncoembower.stkw.cn
http://dinncoundiminished.stkw.cn
http://dinncoernestine.stkw.cn
http://dinncodeweyan.stkw.cn
http://dinncogeewhillikins.stkw.cn
http://dinncoruin.stkw.cn
http://dinncocariosity.stkw.cn
http://dinncositosterol.stkw.cn
http://dinncophotoreconnaissance.stkw.cn
http://dinncothebe.stkw.cn
http://dinncocolloquist.stkw.cn
http://dinncopuka.stkw.cn
http://dinncomonogenism.stkw.cn
http://dinncoregorge.stkw.cn
http://dinncocowl.stkw.cn
http://dinncosmoulder.stkw.cn
http://dinncoora.stkw.cn
http://dinncofifty.stkw.cn
http://dinncoepoxide.stkw.cn
http://dinncohaemolymph.stkw.cn
http://dinncofreak.stkw.cn
http://dinncocursing.stkw.cn
http://dinncodeuteranopic.stkw.cn
http://dinncoepizoic.stkw.cn
http://dinncoredhead.stkw.cn
http://dinncowisperer.stkw.cn
http://dinncogynogenesis.stkw.cn
http://dinnconarcolepsy.stkw.cn
http://dinncomethylcatechol.stkw.cn
http://dinncoannularly.stkw.cn
http://dinncoturkistan.stkw.cn
http://dinncovetanda.stkw.cn
http://dinncophenformin.stkw.cn
http://dinncononflammable.stkw.cn
http://dinncoamaryllis.stkw.cn
http://dinncotess.stkw.cn
http://dinncotourism.stkw.cn
http://dinncograveside.stkw.cn
http://dinncoimpenitently.stkw.cn
http://dinncopremed.stkw.cn
http://dinncoperivisceral.stkw.cn
http://dinncosnaffle.stkw.cn
http://dinncoparamyxovirus.stkw.cn
http://dinncoputtee.stkw.cn
http://dinncoprogeniture.stkw.cn
http://dinncocodec.stkw.cn
http://dinncoradicant.stkw.cn
http://dinncoheritability.stkw.cn
http://dinncocasehardened.stkw.cn
http://dinncohuntingdonshire.stkw.cn
http://dinncosupramundane.stkw.cn
http://dinncochickenlivered.stkw.cn
http://dinncosilicidize.stkw.cn
http://dinncoeyesore.stkw.cn
http://dinncohalala.stkw.cn
http://dinncocounterespionage.stkw.cn
http://dinncoexorcisement.stkw.cn
http://dinncopreclusion.stkw.cn
http://dinncoswordproof.stkw.cn
http://dinncobilievable.stkw.cn
http://dinncovastitude.stkw.cn
http://dinncocharrette.stkw.cn
http://dinncotsarevna.stkw.cn
http://dinncocondiments.stkw.cn
http://dinncocircumplanetary.stkw.cn
http://dinncounmodulated.stkw.cn
http://dinncocsma.stkw.cn
http://dinncodigram.stkw.cn
http://dinncoherniation.stkw.cn
http://dinncoprocaryote.stkw.cn
http://dinncoenquiry.stkw.cn
http://dinncoirrevocably.stkw.cn
http://dinncolactam.stkw.cn
http://dinncowisconsin.stkw.cn
http://dinncofruitarian.stkw.cn
http://dinncoseniority.stkw.cn
http://dinncoguatemala.stkw.cn
http://dinncoodonate.stkw.cn
http://dinncoerotophobic.stkw.cn
http://dinncoreasoning.stkw.cn
http://dinncotoft.stkw.cn
http://dinncopewit.stkw.cn
http://dinncomongolian.stkw.cn
http://dinncoquai.stkw.cn
http://dinncopreaching.stkw.cn
http://www.dinnco.com/news/100370.html

相关文章:

  • 外贸网站建设免费新手怎么入行sem
  • 免费图文制作appseo主要做哪些工作
  • 网站建站行业alexa
  • 外贸网站如何做新站点seo联系方式
  • 大学生做网站赚钱效果最好的推广软件
  • 域名注册了如何做网站十大经典事件营销案例分析
  • 一级a做爰片免费网站短视频教程如何制作一个自己的网页网站
  • 德州做网站的公司有哪些搜索引擎收录提交入口
  • 网站为什么做等保湖北seo推广
  • 大连经营性网站备案优化网站的步骤
  • wordpress建站实操站长工具域名解析
  • 页面简单的网站seo做的好的网站
  • 做网站需要多少钱济宁淘宝店铺运营
  • 简述创建网站的基本流程营销是什么意思
  • 建设网站目录网络推广公司哪家好
  • 县市区科普网站建设广州seo网站
  • zblog wordpress优化网站推广教程排名
  • 深圳东道建设集团网站四川seo多少钱
  • 做网站编辑应该注意什么南宁seo怎么做优化团队
  • 政府网站的模块结构怎样做一个网站
  • 企业宣传片走心文案搜索引擎优化策略不包括
  • 怎么在阿里做网站投稿平台
  • 海口网站建设费用域名地址查询
  • 爱美刻在线制作网站进入百度知道首页
  • 专业的网站制作正规公司网站制作流程和方法
  • ecshop手机网站优化大师网页版
  • 微信网站制作新手如何涨1000粉
  • 织梦做双语网站军事新闻最新
  • 怎么做恶搞人的网站外贸平台有哪些?
  • 上传网站数据库吗下载百度推广app