精品偷拍一区二区三区,亚洲精品永久 码,亚洲综合日韩精品欧美国产,亚洲国产日韩a在线亚洲

  • <center id="usuqs"></center>
  • 
    
  • 問一個C語言的編程問題~判斷一個數(shù)n能否同時被3和5整除~

    問一個C語言的編程問題~判斷一個數(shù)n能否同時被3和5整除~
    其他人氣:605 ℃時間:2019-10-18 02:56:27
    優(yōu)質(zhì)解答
    #include
    void main()
    {
    int n;
    printf("please input the data:\n");
    scanf("%d",&n);
    if(n%3==0&&n%5==0)
    printf("the %d can be divided by 3 and 5",n);
    else
    printf("the %d cannot be divided by 3 and 5",n);
    return 0;
    }
    我來回答
    類似推薦
    請使用1024x768 IE6.0或更高版本瀏覽器瀏覽本站點(diǎn),以保證最佳閱讀效果。本頁提供作業(yè)小助手,一起搜作業(yè)以及作業(yè)好幫手最新版!
    版權(quán)所有 CopyRight © 2012-2024 作業(yè)小助手 All Rights Reserved. 手機(jī)版